Fix pr57518.c test case.
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jul 2013 16:52:48 +0000 (16:52 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jul 2013 16:52:48 +0000 (16:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200720 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr57518.c

index 4124aa4..9ebc62c 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * gcc.dg/pr57518.c: Adjust scan-rtl-dump-not pattern.
+
 2013-07-05  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/14263
index 4c84a85..47e819c 100644 (file)
@@ -2,7 +2,7 @@
 
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-rtl-ira" } */
-/* { dg-final { scan-rtl-dump-not "REG_EQUIV.*mem.*\"ip\"" "ira" } } */
+/* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\"" "ira" } } */
 
 char ip[10];
 int total;