re PR fortran/31292 (ICE with module procedure interface in a procedure body)
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 5 Apr 2007 14:00:27 +0000 (14:00 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 5 Apr 2007 14:00:27 +0000 (14:00 +0000)
commit060fca4a44e24baebe7575b9119518b7821c1c45
treedf13ebdde93460ad65add194cc1c5525e7975da8
parent7706ca5daabf10746160ca86f93fb97c77017863
re PR fortran/31292 (ICE with module procedure interface in a procedure body)

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

PR fortran/31292
* decl.c (gfc_match_modproc): Go up to the top of the namespace
tree to find the module namespace for gfc_get_symbol.

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

PR fortran/31292
* gfortran.dg/contained_module_proc_1.f90: New test.

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