re PR fortran/16861 ([4.0 only] segfault with doubly used module)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 18 Sep 2005 05:18:54 +0000 (05:18 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 18 Sep 2005 05:18:54 +0000 (05:18 +0000)
commit6cda231ed91ad7e3c1b5357b0ffc04a925ff34f7
tree5a25bc941590a75d5331f4e5dd69bba6e6730d72
parentb695055179b834455a2fe617ea8922621637429e
re PR fortran/16861 ([4.0 only] segfault with doubly used module)

2005-09-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16861
* module.c (read_module): Give symbols from module procedures
different true_name entries to those from the module proper.

2005-09-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16861
* gfortran.dg/nested_modules_2.f90: New test.

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