From patchwork Sat Sep 4 19:43:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Modify regexp in gcc.dg/const-uniq-1.c Date: Sat, 04 Sep 2010 09:43:12 -0000 From: John David Anglin X-Patchwork-Id: 63802 Message-Id: <20100904194313.245794D42@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org The enclosed change fixes PR testsuite/43957. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk as obvious. Dave Index: gcc.dg/const-uniq-1.c =================================================================== --- gcc.dg/const-uniq-1.c (revision 163718) +++ gcc.dg/const-uniq-1.c (working copy) @@ -15,5 +15,5 @@ return a[i+1]; } -/* { dg-final { scan-tree-dump-times "LC0" 2 "gimple" } } */ +/* { dg-final { scan-tree-dump-times "L\\\$?C0" 2 "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */