diff mbox

[committed] Modify regexp in gcc.dg/const-uniq-1.c

Message ID 20100904194313.245794D42@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin Sept. 4, 2010, 7:43 p.m. UTC
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
diff mbox

Patch

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" } } */