[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 28 18:13:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list