2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:11:05 +08:00

re PR fortran/45742 (VOLATILE has no effect)

2010-11-13  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45742
        * gfortran.dg/volatile12.f90: Use the right three in
        * cleanup-tree-dump.

From-SVN: r166702
This commit is contained in:
Tobias Burnus 2010-11-13 12:46:25 +01:00 committed by Tobias Burnus
parent c28d1d9b76
commit 40309aefe2
2 changed files with 6 additions and 1 deletions
gcc/testsuite

@ -1,3 +1,8 @@
2010-11-13 Tobias Burnus <burnus@net-b.de>
PR fortran/45742
* gfortran.dg/volatile12.f90: Use the right three in cleanup-tree-dump.
2010-11-13 Tobias Burnus <burnus@net-b.de>
PR fortran/45742

@ -12,5 +12,5 @@ end
! { dg-final { scan-tree-dump "integer.kind=.. . volatile arg" "optimized" } }
! { dg-final { scan-tree-dump-times " =.v. arg;" 2 "optimized" } }
! { dg-final { scan-tree-dump "i_dont_exist" "optimized" } }
! { dg-final { cleanup-tree-dump "original" } }
! { dg-final { cleanup-tree-dump "optimized" } }