From: David Edelsohn Date: Tue, 6 Nov 2012 14:54:33 +0000 (+0000) Subject: * const-uniq-1.c: Expand regex to match AIX XCOFF labels. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab72bd1821473326336fdde73c3e36608e7a4832;p=gcc.git * const-uniq-1.c: Expand regex to match AIX XCOFF labels. From-SVN: r193243 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 46560722895..d5500aeb69b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-11-06 David Edelsohn + + * const-uniq-1.c: Expand regex to match AIX XCOFF labels. + 2012-11-06 Uros Bizjak PR middle-end/41993 diff --git a/gcc/testsuite/gcc.dg/const-uniq-1.c b/gcc/testsuite/gcc.dg/const-uniq-1.c index 6e2b6a38ce4..497efed8a4f 100644 --- a/gcc/testsuite/gcc.dg/const-uniq-1.c +++ b/gcc/testsuite/gcc.dg/const-uniq-1.c @@ -20,5 +20,5 @@ int lookup2 (int i) return a[i+1]; } -/* { dg-final { scan-tree-dump-times "L\\\$?C0" 2 "gimple" } } */ +/* { dg-final { scan-tree-dump-times "L\\\$?C\\\.*0" 2 "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */