2008-03-04 Uros Bizjak <ubizjak@gmail.com>
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Mar 2008 12:33:46 +0000 (12:33 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Mar 2008 12:33:46 +0000 (12:33 +0000)
* gfortran.dg/reassoc_1.f90: Cleanup dump files.
* gfortran.dg/reassoc_2.f90: Ditto.
* gfortran.dg/reassoc_3.f90: Ditto.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/reassoc_1.f90
gcc/testsuite/gfortran.dg/reassoc_2.f90
gcc/testsuite/gfortran.dg/reassoc_3.f90

index 1bd3d91..6e45f82 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gfortran.dg/reassoc_1.f90: Cleanup dump files.
+       * gfortran.dg/reassoc_2.f90: Ditto.
+       * gfortran.dg/reassoc_3.f90: Ditto.
+
 2008-03-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/33197
index eb7d443..71a9bc9 100644 (file)
@@ -8,3 +8,4 @@ function test(b)
 end
 
 ! { dg-final { scan-tree-dump "\\\+ 5.*\\\)\\\) - 5" "optimized" } }
+! { dg-final { cleanup-tree-dump "optimized" } }
index 3e323eb..053cb86 100644 (file)
@@ -13,3 +13,4 @@ function test(a)
 end
 
 ! { dg-final { scan-tree-dump "- 5" "optimized" } }
+! { dg-final { cleanup-tree-dump "optimized" } }
index c0cec0b..20fd925 100644 (file)
@@ -15,3 +15,5 @@ end
 
 ! { dg-final { scan-tree-dump "b = 5" "original" } }
 ! { dg-final { scan-tree-dump "return .a" "optimized" } }
+! { dg-final { cleanup-tree-dump "original" } }
+! { dg-final { cleanup-tree-dump "optimized" } }