Skip to content
Snippets Groups Projects
Unverified Commit 88c9c4a2 authored by Dimitar Dimitrov's avatar Dimitar Dimitrov
Browse files

testsuite: RISC-V: Ignore pr118170.c for E ABI


The -mcpu=tt-ascalon-d8 option for the test implies D extension, which
is not compatible with the ILP32E and ILP64E ABIs.

gcc/testsuite/ChangeLog:

	* gcc.target/riscv/pr118170.c: Ignore for E ABI.

Signed-off-by: default avatarDimitar Dimitrov <dimitar@dinux.eu>
parent a506abfa
No related branches found
No related tags found
No related merge requests found
/* { dg-do "compile" } */ /* { dg-do "compile" { target { ! riscv_abi_e } } } */
/* { dg-options "-O2 -mcpu=tt-ascalon-d8" } */ /* { dg-options "-O2 -mcpu=tt-ascalon-d8" } */
_Float16 f; _Float16 f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment