From: Dimitar Dimitrov Date: Wed, 29 Jan 2025 18:42:56 +0000 (+0200) Subject: testsuite: RISC-V: Ignore pr118170.c for E ABI X-Git-Tag: basepoints/gcc-16~2195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c9c4a2605db2b5f29f849ee33b92b31b95b887;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/gcc.target/riscv/pr118170.c b/gcc/testsuite/gcc.target/riscv/pr118170.c index 306ff888aeb..baa7f8d3d9e 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;