From: Wei Mi Date: Wed, 6 Nov 2013 02:46:17 +0000 (+0000) Subject: re PR regression/58985 (gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...) X-Git-Tag: releases/gcc-4.9.0~3009 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82f63633f221cef68dc1c33f27a0770d792c28df;p=thirdparty%2Fgcc.git re PR regression/58985 (gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...) 2013-11-05 Wei Mi PR regression/58985 * testsuite/gcc.dg/pr57518.c: Add subreg in regexp pattern. From-SVN: r204438 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9b5a538e6f72..b88e5291902f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-11-05 Wei Mi + + PR regression/58985 + * testsuite/gcc.dg/pr57518.c: Add subreg in regexp pattern. + 2013-11-05 Tobias Burnus * g++.dg/warn/wdate-time.C: New. diff --git a/gcc/testsuite/gcc.dg/pr57518.c b/gcc/testsuite/gcc.dg/pr57518.c index 47e819c3e448..8eb714d8c55a 100644 --- a/gcc/testsuite/gcc.dg/pr57518.c +++ b/gcc/testsuite/gcc.dg/pr57518.c @@ -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;