diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1bd3d91a4681..6e45f8231df2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-03-04 Uros Bizjak + + * 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 PR fortran/33197 diff --git a/gcc/testsuite/gfortran.dg/reassoc_1.f90 b/gcc/testsuite/gfortran.dg/reassoc_1.f90 index eb7d44346d93..71a9bc9286eb 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 3e323eb01345..053cb865f3ce 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 c0cec0b02a2c..20fd925f5639 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" } }