re PR fortran/38171 (equivalence and nested modules broken)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 19 Nov 2008 03:41:57 +0000 (03:41 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 19 Nov 2008 03:41:57 +0000 (03:41 +0000)
2008-11-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38171
* ChangeLog: Correct PR number.

From-SVN: r141991

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 352cc31..1329354 100644 (file)
@@ -1,6 +1,6 @@
 2008-11-19  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/38119
+       PR fortran/38171
        * module.c (load_equiv): Regression fix; check that equivalence
        members come from the same module only.
 
index 135ca37..55c6e82 100644 (file)
@@ -1,5 +1,6 @@
 2008-11-19  Paul Thomas  <pault@gcc.gnu.org>
 
+       PR fortran/38171
        * gfortran.dg/module_equivalence_6.f90: New test.
 
 2008-11-18  Jakub Jelinek  <jakub@redhat.com>