Commit ab72bd18 by David Edelsohn Committed by David Edelsohn

* const-uniq-1.c: Expand regex to match AIX XCOFF labels.

From-SVN: r193243
parent 782a4ee8
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
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment