Hi, Some SH specific test cases have started showing failures recently. This one was easy. Committed as r233346.
Cheers, Oleg gcc/testsuite/ChangeLog: * gcc.target/sh/pr54089-8.c: Adjust optimization level.
Index: gcc/testsuite/gcc.target/sh/pr54089-8.c =================================================================== --- gcc/testsuite/gcc.target/sh/pr54089-8.c (revision 233320) +++ gcc/testsuite/gcc.target/sh/pr54089-8.c (working copy) @@ -1,6 +1,6 @@ /* Check that the rotcl instruction is generated. */ /* { dg-do compile } */ -/* { dg-options "-O1" } */ +/* { dg-options "-O2" } */ /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */ /* { dg-final { scan-assembler-times "rotcl" 28 } } */