]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: RISC-V: Ignore pr118170.c for E ABI
authorDimitar Dimitrov <dimitar@dinux.eu>
Wed, 29 Jan 2025 18:42:56 +0000 (20:42 +0200)
committerDimitar Dimitrov <dimitar@dinux.eu>
Tue, 4 Feb 2025 18:10:46 +0000 (20:10 +0200)
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 <dimitar@dinux.eu>
gcc/testsuite/gcc.target/riscv/pr118170.c

index 306ff888aebdaf03035a390206da08c3f739c4bf..baa7f8d3d9e6d6779ce472ea062157d504a065d9 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do "compile" } */
+/* { dg-do "compile" { target { ! riscv_abi_e } } } */
 /* { dg-options "-O2 -mcpu=tt-ascalon-d8" } */
 _Float16 f;