https://gcc.gnu.org/g:88c9c4a2605db2b5f29f849ee33b92b31b95b887
commit r15-7358-g88c9c4a2605db2b5f29f849ee33b92b31b95b887 Author: Dimitar Dimitrov <dimi...@dinux.eu> Date: Wed Jan 29 20:42:56 2025 +0200 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: Dimitar Dimitrov <dimi...@dinux.eu> Diff: --- gcc/testsuite/gcc.target/riscv/pr118170.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/riscv/pr118170.c b/gcc/testsuite/gcc.target/riscv/pr118170.c index 306ff888aebd..baa7f8d3d9e6 100644 --- a/gcc/testsuite/gcc.target/riscv/pr118170.c +++ b/gcc/testsuite/gcc.target/riscv/pr118170.c @@ -1,4 +1,4 @@ -/* { dg-do "compile" } */ +/* { dg-do "compile" { target { ! riscv_abi_e } } } */ /* { dg-options "-O2 -mcpu=tt-ascalon-d8" } */ _Float16 f;