diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/testsuite/gfortran.dg/reassoc_1.f90 | 1 | ||||
| -rw-r--r-- | gcc/testsuite/gfortran.dg/reassoc_2.f90 | 1 | ||||
| -rw-r--r-- | gcc/testsuite/gfortran.dg/reassoc_3.f90 | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1bd3d91..6e45f82 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gfortran.dg/reassoc_1.f90 b/gcc/testsuite/gfortran.dg/reassoc_1.f90 index eb7d443..71a9bc9 100644 --- a/gcc/testsuite/gfortran.dg/reassoc_1.f90 +++ b/gcc/testsuite/gfortran.dg/reassoc_1.f90 @@ -8,3 +8,4 @@ function test(b) end ! { dg-final { scan-tree-dump "\\\+ 5.*\\\)\\\) - 5" "optimized" } } +! { dg-final { cleanup-tree-dump "optimized" } } diff --git a/gcc/testsuite/gfortran.dg/reassoc_2.f90 b/gcc/testsuite/gfortran.dg/reassoc_2.f90 index 3e323eb..053cb86 100644 --- a/gcc/testsuite/gfortran.dg/reassoc_2.f90 +++ b/gcc/testsuite/gfortran.dg/reassoc_2.f90 @@ -13,3 +13,4 @@ function test(a) end ! { dg-final { scan-tree-dump "- 5" "optimized" } } +! { dg-final { cleanup-tree-dump "optimized" } } diff --git a/gcc/testsuite/gfortran.dg/reassoc_3.f90 b/gcc/testsuite/gfortran.dg/reassoc_3.f90 index c0cec0b..20fd925 100644 --- a/gcc/testsuite/gfortran.dg/reassoc_3.f90 +++ b/gcc/testsuite/gfortran.dg/reassoc_3.f90 @@ -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" } } |
