diff mbox

[SH,committed] Adjust some test cases

Message ID 1455202167.2124.247.camel@t-online.de
State New
Headers show

Commit Message

Oleg Endo Feb. 11, 2016, 2:49 p.m. UTC
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.
diff mbox

Patch

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 } } */