Commit 5d74d8d6 by John David Anglin Committed by John David Anglin

re PR testsuite/43957 (FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2)

	PR testsuite/43957
	* gcc.dg/const-uniq-1.c: Modify regexp.

From-SVN: r163867
parent 8c9cb6e6
2010-09-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/43957
* gcc.dg/const-uniq-1.c: Modify regexp.
2010-09-04 Tobias Burnus <burnus@net-b.de>
PR fortran/45530
......
......@@ -15,5 +15,5 @@ int lookup2 (int i)
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" } } */
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