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-Tag: releases/gcc-4.8.0~2212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab72bd1821473326336fdde73c3e36608e7a4832;p=thirdparty%2Fgcc.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 465607228959..d5500aeb69b9 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 6e2b6a38ce4e..497efed8a4fc 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" } } */