diff mbox

[SH,committed] Fix test pr54089-3.c

Message ID 1382189384.2445.88.camel@yam-132-YW-E178-FTW
State New
Headers show

Commit Message

Oleg Endo Oct. 19, 2013, 1:29 p.m. UTC
Hello,

The test case pr54089-3.c started to fail a while ago, because of the
broken test for load of constant 31.  Committed as obvious to trunk and
4.8 branch.

Cheers,
Oleg

testsuite/ChangeLog:
	* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.
diff mbox

Patch

Index: gcc/testsuite/gcc.target/sh/pr54089-3.c
===================================================================
--- gcc/testsuite/gcc.target/sh/pr54089-3.c	(revision 203000)
+++ gcc/testsuite/gcc.target/sh/pr54089-3.c	(working copy)
@@ -5,7 +5,7 @@ 
 /* { dg-options "-O1" } */
 /* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m1*" "-m2" "-m2e*" } } */
 /* { dg-final { scan-assembler-not "and" } } */
-/* { dg-final { scan-assembler-not "31" } } */
+/* { dg-final { scan-assembler-not "#31" } } */
 
 int
 test00 (unsigned int a, int* b, int c, int* d, unsigned int e)