mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
reassoc_1.f90: Cleanup dump files.
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. From-SVN: r132858
This commit is contained in:
parent
ab65b56b49
commit
649af4e870
@ -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
|
||||
|
@ -8,3 +8,4 @@ function test(b)
|
||||
end
|
||||
|
||||
! { dg-final { scan-tree-dump "\\\+ 5.*\\\)\\\) - 5" "optimized" } }
|
||||
! { dg-final { cleanup-tree-dump "optimized" } }
|
||||
|
@ -13,3 +13,4 @@ function test(a)
|
||||
end
|
||||
|
||||
! { dg-final { scan-tree-dump "- 5" "optimized" } }
|
||||
! { dg-final { cleanup-tree-dump "optimized" } }
|
||||
|
@ -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" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user