re PR fortran/33897 (Incorrect host association in module)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 31 Oct 2007 09:59:16 +0000 (09:59 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 31 Oct 2007 09:59:16 +0000 (10:59 +0100)
commit182393f4f798c2ca212e2eba190e9a181f9787d8
tree2284f5ec40ecf58838c860e9559b1e6731c7448b
parenta3d977243dc773617c38a2d112da2c1332ac8287
re PR fortran/33897 (Incorrect host association in module)

2007-10-31  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/33897
        * decl.c (gfc_match_entry): Do not make ENTRY name
        global for contained procedures.
        * parse.c (gfc_fixup_sibling_symbols): Fix code for
        determining whether a procedure is external.

2007-10-31  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/33897
        * gfortran.dg/contained_3.f90: New.

From-SVN: r129795
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/contained_3.f90 [new file with mode: 0644]