Commit e60d4149 by Sebastian Pop Committed by Sebastian Pop

pr33615.C: Fix pattern for lim.

2009-07-30  Sebastian Pop  <sebastian.pop@amd.com>

	* g++.dg/tree-ssa/pr33615.C: Fix pattern for lim.

From-SVN: r150305
parent 6e62db84
2009-07-30 Sebastian Pop <sebastian.pop@amd.com>
* g++.dg/tree-ssa/pr33615.C: Fix pattern for lim.
2009-07-30 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/tree-ssa/20050314-1.c: Fix patterns for lim and dceloop.
* gcc.dg/tree-ssa/loop-32.c: Same.
* gcc.dg/tree-ssa/loop-33.c: Same.
......
......@@ -16,5 +16,5 @@ foo (double a, int x)
// The expression 1.0 / 0.0 should not be treated as a loop invariant
// if it may throw an exception.
// { dg-final { scan-tree-dump-times "invariant up to" 0 "lim" } }
// { dg-final { cleanup-tree-dump "lim" } }
// { dg-final { scan-tree-dump-times "invariant up to" 0 "lim1" } }
// { dg-final { cleanup-tree-dump "lim\[1-2\]" } }
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