PR target/54685
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2013 21:28:26 +0000 (21:28 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2013 21:28:26 +0000 (21:28 +0000)
* gcc.target/sh/pr54685.c: Fix scanning of not insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196092 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/pr54685.c

index 8d7fabb..1e260eb 100644 (file)
@@ -1,12 +1,17 @@
+2013-02-15  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/54685
+       * gcc.target/sh/pr54685.c: Fix scanning of not insn.
+
 2013-02-15  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/56348
        * gcc.target/i386/pr56348.c: New test.
 
-2012-02-15  Greta Yorsh  <Greta.Yorsh@arm.com>
+2013-02-15  Greta Yorsh  <Greta.Yorsh@arm.com>
 
-        * gcc.target/arm/interrupt-1.c: Fix for thumb mode.
-        * gcc.target/arm/interrupt-2.c: Likewise.
+       * gcc.target/arm/interrupt-1.c: Fix for thumb mode.
+       * gcc.target/arm/interrupt-2.c: Likewise.
 
 2013-02-15  Tobias Burnus  <burnus@net-b.de>
 
index ba08a4a..38a1410 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-do compile { target "sh*-*-*" } } */
 /* { dg-options "-O1" } */
 /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } }  */
-/* { dg-final { scan-assembler-not "not" } } */
+/* { dg-final { scan-assembler-not "not\[ \t\]" } } */
 /* { dg-final { scan-assembler-times "cmp/pz" 7 } } */
 /* { dg-final { scan-assembler-times "shll" 1 } } */
 /* { dg-final { scan-assembler-times "movt" 4 } } */