re PR fortran/35474 (Reading module file with COMMON and EQUIVALENCE)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 9 Mar 2008 19:38:51 +0000 (19:38 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 9 Mar 2008 19:38:51 +0000 (19:38 +0000)
commit81c109530cdca59546cf13346588e5a8e48ec074
treef16e6056a26aa61c3d1da107510fbc2a9e3df577
parent802e3f8c818a594430066173ab0beb8bde96a74a
re PR fortran/35474 (Reading module file with COMMON and EQUIVALENCE)

2008-03-09  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35474
* module.c (mio_symtree_ref): After providing a symbol for a
missing equivalence member, resolve and NULL the fixups.

2008-03-09  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35474
* gfortran.dg/module_commons_2.f90 : New test.

From-SVN: r133063
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_commons_2.f90 [new file with mode: 0644]