]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix minor testsuite scan failures for RISC-V
authorJeff Law <jlaw@ventanamicro.com>
Mon, 20 Oct 2025 11:48:54 +0000 (05:48 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 20 Oct 2025 11:48:54 +0000 (05:48 -0600)
commit9f09811d31c3a60743b99b35be2da37af29ed5ea
tree18c6bb2c6f892f9134b2d9a902b6461827bbff35
parent99c4287dca3d01492dffd2c769942038783be1d9
Fix minor testsuite scan failures for RISC-V

This fixes minor testsuite fallout after some of Jan's recent changes, nothing
of real significance, just minor changes in codegen causing scan tests to fail.
It's mostly an -O1/-Og problem and we can just skip the tests for those.

gcc/testsuite
* gcc.target/riscv/rvv/vsetvl/imm_switch-6.c: Skip scan-asm test for -O1 too.
* gcc.target/riscv/rvv/vsetvl/imm_switch-7.c: Likewise.
* gcc.target/riscv/shrink-wrap-1.c: Likewise.  Skip for -Og as well.
* gcc.target/riscv/xandes/xandesperf-1.c: Adjust expected output.
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/imm_switch-6.c
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/imm_switch-7.c
gcc/testsuite/gcc.target/riscv/shrink-wrap-1.c
gcc/testsuite/gcc.target/riscv/xandes/xandesperf-1.c