re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite explicit...
authorBernhard Fischer <aldot@gcc.gnu.org>
Mon, 20 Nov 2006 16:20:33 +0000 (17:20 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Mon, 20 Nov 2006 16:20:33 +0000 (17:20 +0100)
commit9d691ba7501c741571edc1618c434316b1eb0170
tree1c22521a19dd87fd68039ebbda9a598ad162614e
parentd58542ea03f8bd11572dee1bdc16758df3235083
re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite explicit in procedure)

fortran/ChangeLog
2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>

        PR fortran/24783
        * resolve.c (resolve_variable): Get the implicit type from the
        symbols namespace rather than the default namespace. Fix whitespace.
        (resolve_formal_arglist, resolve_equivalence): Fix typo.

testsuite/ChangeLog
2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>

        PR fortran/24783
        * gfortran.dg/implicit_10.f90: New test.

From-SVN: r119016
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/implicit_10.f90 [new file with mode: 0644]