* const-uniq-1.c: Expand regex to match AIX XCOFF labels.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 6 Nov 2012 14:54:33 +0000 (14:54 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 6 Nov 2012 14:54:33 +0000 (09:54 -0500)
From-SVN: r193243

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-uniq-1.c

index 4656072..d5500ae 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-06  David Edelsohn  <dje.gcc@gmail.com>
+
+       * const-uniq-1.c: Expand regex to match AIX XCOFF labels.
+
 2012-11-06  Uros Bizjak  <ubizjak@gmail.com>
 
        PR middle-end/41993
index 6e2b6a3..497efed 100644 (file)
@@ -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" } } */