From: Edwin Lu Date: Tue, 19 Nov 2024 20:55:15 +0000 (-0800) Subject: RISC-V: testsuite: restrict big endian test to non vector X-Git-Tag: basepoints/gcc-16~4028 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=342eb518bd029fe818cb640e1cc12e12dc074bdd;p=thirdparty%2Fgcc.git RISC-V: testsuite: restrict big endian test to non vector RISC-V vector currently does not support big endian so the postcommit was getting the sorry, not implemented error on vector targets. Restrict the testcase to non-vector targets gcc/testsuite/ChangeLog: * gcc.target/riscv/pr117595.c: Restrict to non vector targets. Signed-off-by: Edwin Lu --- diff --git a/gcc/testsuite/gcc.target/riscv/pr117595.c b/gcc/testsuite/gcc.target/riscv/pr117595.c index a870df08ee4b..156b9388d6e4 100644 --- a/gcc/testsuite/gcc.target/riscv/pr117595.c +++ b/gcc/testsuite/gcc.target/riscv/pr117595.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { ! riscv_v } } } */ /* { dg-options "-mbig-endian" } */ _Atomic enum { E0 } e;