]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr54089-3.c: Fix test for load of constant 31.
authorOleg Endo <olegendo@gcc.gnu.org>
Sat, 19 Oct 2013 13:29:31 +0000 (13:29 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Sat, 19 Oct 2013 13:29:31 +0000 (13:29 +0000)
* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.

From-SVN: r203859

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/pr54089-3.c

index 646a97ab45920dfc6ae7ba26d1e411815f2884d0..0704c8e2fea6e7cf47e935a8534f303c6b05cd12 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-19  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.
+
 2013-10-18  Cong Hou  <congh@google.com>
 
        * gcc.dg/vect/pr58508.c: New test.
index ffb976ba11ba0fe71e93bbbf2bb59607753308ba..3fb0f7a9aeaabc113e040cecf8a7f5c4de157dd3 100644 (file)
@@ -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)