re PR fortran/31474 (ENTRY & procedural pointer: insert_bbt(): Duplicate key found!)
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 11 May 2007 06:19:57 +0000 (06:19 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 11 May 2007 06:19:57 +0000 (06:19 +0000)
commit6c12686bc785194a7e9a7909cfb951e34c9d7355
tree3fc6b79689fc2c56a85ab8d04947e4fd1fb9f782
parent1b716e906bb86e68c79b3ff73c9786f3aff52dc7
re PR fortran/31474 (ENTRY & procedural pointer: insert_bbt(): Duplicate key found!)

2007-05-11  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31474
* decl.c (get_proc_name): If an entry has already been declared
as a module procedure, pick up the symbol and the symtree and
use them for the entry.

2007-05-11  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31474
* gfortran.dg/entry_10.f90: New test.

From-SVN: r124613
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_10.f90 [new file with mode: 0644]