From: Paul Thomas Date: Wed, 19 Nov 2008 03:41:57 +0000 (+0000) Subject: re PR fortran/38171 (equivalence and nested modules broken) X-Git-Tag: releases/gcc-4.4.0~1601 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfdf8f1a67242649ea00ee45a74e25526369dfe4;p=thirdparty%2Fgcc.git re PR fortran/38171 (equivalence and nested modules broken) 2008-11-19 Paul Thomas PR fortran/38171 * ChangeLog: Correct PR number. From-SVN: r141991 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 352cc3180022..1329354bb39b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,6 +1,6 @@ 2008-11-19 Paul Thomas - PR fortran/38119 + PR fortran/38171 * module.c (load_equiv): Regression fix; check that equivalence members come from the same module only. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 135ca37db58a..55c6e823e1cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2008-11-19 Paul Thomas + PR fortran/38171 * gfortran.dg/module_equivalence_6.f90: New test. 2008-11-18 Jakub Jelinek