re PR fortran/31609 (module that calls a contained function with an ENTRY point)
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 31 Jul 2007 22:14:29 +0000 (22:14 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 31 Jul 2007 22:14:29 +0000 (22:14 +0000)
commit08ee9e8569e0742406dd585c2762df31b7ae0f6f
tree961f07e69994ec9592dc4674d7d25ec987402250
parent13e7cedb76dd9a0749e1fd739ddcc188fd6dfde5
re PR fortran/31609 (module that calls a contained function with an ENTRY point)

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

PR fortran/31609
* resolve.c (resolve_entries): Entries declared to be module
procedures must point to the function namespace.

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

PR fortran/31609
* gfortran.dg/entry_12.f90: New test.

From-SVN: r127108
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_12.f90 [new file with mode: 0644]