]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 4656072289597242dee515f50e8ea51db0d9e1a8..d5500aeb69b97df440f4812e96bad41f0c52fcb5 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 6e2b6a38ce4eebc07281844ff6f584522321d43f..497efed8a4fcd6209547f549ab3ee69b1a3e0193 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" } } */