------- Comment #8 from pault at gcc dot gnu dot org 2006-08-19 16:54 ------- Created an attachment (id=12098) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12098&action=view) A fix for the PR and a testsuite entry
The problem turned out to be in parse.c(gfc_fixup_sibling_symbols), which insisted on fixing up procedures to refer to the parent namespace version even if the contained symbol is a dummy. The fix is simple; just a modification to an if statement. Paul -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24866