Commit 40309aef by Tobias Burnus Committed by Tobias Burnus

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
parent c28d1d9b
2010-11-13 Tobias Burnus <burnus@net-b.de> 2010-11-13 Tobias Burnus <burnus@net-b.de>
PR fortran/45742 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
* gfortran.dg/volatile12.f90: New. * gfortran.dg/volatile12.f90: New.
2010-11-13 Paolo Bonzini <bonzini@gnu.org> 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
......
...@@ -12,5 +12,5 @@ end ...@@ -12,5 +12,5 @@ end
! { dg-final { scan-tree-dump "integer.kind=.. . volatile arg" "optimized" } } ! { 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-times " =.v. arg;" 2 "optimized" } }
! { dg-final { scan-tree-dump "i_dont_exist" "optimized" } } ! { dg-final { scan-tree-dump "i_dont_exist" "optimized" } }
! { dg-final { cleanup-tree-dump "original" } } ! { dg-final { cleanup-tree-dump "optimized" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment