https://gcc.gnu.org/g:e520ad3e70ce45682d1f47682dee2c1e4a93f558
commit e520ad3e70ce45682d1f47682dee2c1e4a93f558 Author: Jeff Law <j...@ventanamicro.com> Date: Fri Jun 27 07:00:15 2025 -0600 [RISC-V][PR target/119971] Avoid losing shift count masking Fix typo spotted by Bernhard Reutner-Fischer. PR target/119971 gcc/testsuite/ * gcc.target/riscv/pr119971.c: Fix typo. (cherry picked from commit de6124c9e5ed472f567b51fa76f18335cdddbbaf) Diff: --- gcc/testsuite/gcc.target/riscv/pr119971.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/riscv/pr119971.c b/gcc/testsuite/gcc.target/riscv/pr119971.c index c3f23b05ec37..0d73d4ca3f13 100644 --- a/gcc/testsuite/gcc.target/riscv/pr119971.c +++ b/gcc/testsuite/gcc.target/riscv/pr119971.c @@ -1,6 +1,6 @@ /* { dg-do compile { target rv64 } } */ /* { dg-options "-march=rv64gcb -mabi=lp64" } */ -/* { dg-skip-if "" { *-*-* } { "-O0" "-g" "-Oz" "-Os" } } */ +/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" "-Oz" "-Os" } } */ __attribute__ ((noipa)) unsigned foo (unsigned b, unsigned e, unsigned i)