]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix pr57518.c test case.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Fri, 5 Jul 2013 16:52:48 +0000 (16:52 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Fri, 5 Jul 2013 16:52:48 +0000 (16:52 +0000)
From-SVN: r200720

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

index 4124aa4f9d660817bd20e0497c8ba566e738fbbe..9ebc62c83fc6db619f1fce132f41a00aa91b7411 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 4c84a856b5d5b372bfa3bdf55465bcb5a2ceac80..47e819c3e448bd1779a8fdda006ea5db502808b3 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;