]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: testsuite: restrict big endian test to non vector
authorEdwin Lu <ewlu@rivosinc.com>
Tue, 19 Nov 2024 20:55:15 +0000 (12:55 -0800)
committerEdwin Lu <ewlu@rivosinc.com>
Wed, 20 Nov 2024 17:49:53 +0000 (09:49 -0800)
commit342eb518bd029fe818cb640e1cc12e12dc074bdd
tree61912394c9bbdf816646d9c9434eb308d8253287
parentf5bd88b5e874751d17a2f18c1cfc5bd054da8308
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 <ewlu@rivosinc.com>
gcc/testsuite/gcc.target/riscv/pr117595.c