Skip to content

Commit 342eb51

Browse files
committed
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 <[email protected]>
1 parent f5bd88b commit 342eb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/testsuite/gcc.target/riscv/pr117595.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* { dg-do compile } */
1+
/* { dg-do compile { target { ! riscv_v } } } */
22
/* { dg-options "-mbig-endian" } */
33

44
_Atomic enum { E0 } e;

0 commit comments

Comments
 (0)