re PR fortran/35997 (Used function interface bug)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 30 Apr 2008 20:13:21 +0000 (20:13 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 30 Apr 2008 20:13:21 +0000 (20:13 +0000)
commit29d40637c45caf4b5ed5a9c4ce651a3623f13466
tree5eda8593c6924f553e42fef0fc3d4f1b0053a1f8
parentad516a74de3fede4d52dcd3b8aeb65aa148e14e3
re PR fortran/35997 (Used function interface bug)

2008-04-30  Paul Thomas  <pault@gcc.gnu.org>

       PR fortran/35997
       * module.c (find_symbol): Do not return a result for a symbol
       that has been renamed in another module.

2008-04-30  Paul Thomas  <pault@gcc.gnu.org>

       PR fortran/35997
       * gfortran.dg/use_rename_3.f90

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