------- Comment #1 from burnus at gcc dot gnu dot org 2007-05-28 18:13 ------- Some debugging shows:
resolve_call calls resolve_actual_arglist, which fails. resolve_call propagates the failure to resolve_where, which does not check for errors. In resolve_actual_arglist it fails here: if (e->ts.type != BT_PROCEDURE) { if (gfc_resolve_expr (e) != SUCCESS) return FAILURE; -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32129