------- Comment #2 from pault at gcc dot gnu dot org 2007-02-21 11:02 -------
Removing the error call
if (proc->attr.recursive && result == NULL)
{
gfc_error ("RESULT attribute required in ENTRY statement at %C");
return MATCH_ERROR;
}
at decl.c:3032 fixes the problem.
I guess that there is a testsuite case for this? I have not regtested it.
This looks to me as if it is a mis-interpretation or simplification of the
standard - it had better be checked.
As with others, if anybody wants to run with this, be my guest.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30873