]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 352cc3180022e647ea865d66da7529e30b6064d2..1329354bb39b3ed3347fbe6ad4fe4f36062d31f2 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 135ca37db58abefe00f8ea6f09fcd7239738fa13..55c6e823e1cf9078c8f1fb5601c7da72ee6f0a93 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>