]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/decl.c
re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)
authorTobias Burnus <burnus@net-b.de>
Wed, 31 Jan 2007 09:18:33 +0000 (10:18 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 31 Jan 2007 09:18:33 +0000 (10:18 +0100)
commit9bce3c1cc4f6ae378870d3c5de4a1eb8cde6c1c2
tree213e22de3a6d7758919bee46442808bafbe58870
parentc9cde24cd15bdce1575b0d415d5cd1a78bcaf97b
re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)

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.

From-SVN: r121379
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]
This page took 0.059809 seconds and 5 git commands to generate.