pr33615.C: Fix pattern for lim.
authorSebastian Pop <sebastian.pop@amd.com>
Fri, 31 Jul 2009 04:50:35 +0000 (04:50 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 31 Jul 2009 04:50:35 +0000 (04:50 +0000)
2009-07-30  Sebastian Pop  <sebastian.pop@amd.com>

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

From-SVN: r150305

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr33615.C

index 27041538f10067979456b7dd0c4fcf53b89c4107..c38a075b4ae1a476f0c5ad7c0c39f270cb64199e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e8a536935b799593b8ef68e007c749bae1753b2a..4b075428290442a96662f50945d5bc62b7253e74 100644 (file)
@@ -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\]" } }