fortran/
commit2f241857d0fc0f739b3683cd2ee8ff74898d5898
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2007 09:18:33 +0000 (31 09:18 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2007 09:18:33 +0000 (31 09:18 +0000)
tree213e22de3a6d7758919bee46442808bafbe58870
parent9941519c87a6ccf2f7b70653879335d66db3cb49
fortran/
2007-01-31  Tobias Burnus  <burnus@net-b.de>

       PR fortran/30520
       * interface.c (compare_actual_formal): Check conformance between
         actual and VOLATILE dummy arguments.
       * symbol.c (gfc_add_volatile): Allow setting of VOLATILE
         multiple times in different scopes.
       * decl.c (gfc_match_volatile): Search symbol in host association.

testsuite/
2007-01-31  Tobias Burnus  <burnus@net-b.de>

       PR fortran/30520
       * gfortran.dg/volatile8.f90: New argument conformance test.
       * gfortran.dg/volatile9.f90: New scope test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121379 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/interface.c
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/volatile8.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/volatile9.f90 [new file with mode: 0644]