From 88c9c4a2605db2b5f29f849ee33b92b31b95b887 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Wed, 29 Jan 2025 20:42:56 +0200 Subject: [PATCH] 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 --- 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 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; -- 2.47.2