OSDN Git Service

2007-01-17 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jan 2007 17:33:35 +0000 (17:33 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jan 2007 17:33:35 +0000 (17:33 +0000)
commitcdc165b9e5fbb885a1129671a6c77bcb5f0f6be6
tree645ca4be34c9123444441514fc00fbc40f0f5d07
parent760960a544d20804497eb85def4145fe3c28f497
2007-01-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30476
* module.c (load_generic_interfaces): Make the marking of the
symbol as ambiguous conditional on the module names being
different.
(write_generic): Ensure that the generic interface has a
non-NULL module field.

2007-01-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30476
* gfortran.dg/generic_12.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120860 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/generic_12.f90 [new file with mode: 0644]