------- Comment #4 from sayle at gcc dot gnu dot org 2006-05-02 14:13 ------- Subject: Bug 27269
Author: sayle Date: Tue May 2 14:13:17 2006 New Revision: 113465 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113465 Log: 2006-05-02 Paul Thomas <[EMAIL PROTECTED]> PR fortran/27269 * module.c: Add static flag in_load_equiv. (mio_expr_ref): Return if no symtree and in_load_equiv. (load_equiv): If any of the equivalence members have no symtree, free the equivalence and the associated expressions. PR fortran/27324 * trans-common.c (gfc_trans_common): Invert the order of calls to finish equivalences and gfc_commit_symbols. PR fortran/27269 PR fortran/27324 * gfortran.dg/module_equivalence_2.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/module_equivalence_2.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/module.c trunk/gcc/fortran/trans-common.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27269