OSDN Git Service

2009-07-30 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 04:50:35 +0000 (04:50 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 04:50:35 +0000 (04:50 +0000)
* g++.dg/tree-ssa/pr33615.C: Fix pattern for lim.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150305 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2704153..c38a075 100644 (file)
@@ -1,5 +1,9 @@
 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.
index e8a5369..4b07542 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\]" } }