]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR regression/58985 (gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...)
authorWei Mi <wmi@google.com>
Wed, 6 Nov 2013 02:46:17 +0000 (02:46 +0000)
committerWei Mi <wmi@gcc.gnu.org>
Wed, 6 Nov 2013 02:46:17 +0000 (02:46 +0000)
2013-11-05  Wei Mi  <wmi@google.com>

        PR regression/58985
        * testsuite/gcc.dg/pr57518.c: Add subreg in regexp pattern.

From-SVN: r204438

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

index 9b5a538e6f725bd5457bab58da7702f3bddf3222..b88e5291902f2df9cd2a9600c8e0d548f1a24470 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-05  Wei Mi  <wmi@google.com>
+
+       PR regression/58985
+       * testsuite/gcc.dg/pr57518.c: Add subreg in regexp pattern.
+
 2013-11-05  Tobias Burnus  <burnus@net-b.de>
 
        * g++.dg/warn/wdate-time.C: New.
index 47e819c3e448bd1779a8fdda006ea5db502808b3..8eb714d8c55af2d5b1d393b4f584ac6e6bdcb4bd 100644 (file)
@@ -1,8 +1,8 @@
-/* PR rtl-optimization/57130 */
+/* PR rtl-optimization/57518 */
 
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-rtl-ira" } */
-/* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\"" "ira" } } */
+/* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\".*subreg" "ira" } } */
 
 char ip[10];
 int total;