re PR fortran/16485 (Private subroutines from different modules collide during linking.)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Wed, 15 Sep 2004 13:12:52 +0000 (13:12 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Wed, 15 Sep 2004 13:12:52 +0000 (13:12 +0000)
commit4672f86ad056e95dbdc570901efd8270056560a9
tree69108e85106bf1feaf8ce840dccb533cd594db5d
parent1a141fe10a22a59d30ba8d856fec6483a5e96e33
re PR fortran/16485 (Private subroutines from different modules collide during linking.)

2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/16485
* module.c (write_symbol): Don't fill in module name here.
(write_symbol0): Fill in here instead.
testsuite/
* gfortran.dg/same_name_1.f90: New test.

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