public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy
Date: Mon, 28 May 2007 18:13:00 -0000	[thread overview]
Message-ID: <20070528181342.12017.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32129-13404@http.gcc.gnu.org/bugzilla/>



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


  reply	other threads:[~2007-05-28 18:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-28 17:07 [Bug fortran/32129] New: " burnus at gcc dot gnu dot org
2007-05-28 18:13 ` burnus at gcc dot gnu dot org [this message]
2007-05-31 11:57 ` [Bug fortran/32129] " fxcoudert at gcc dot gnu dot org
2007-06-02  0:06 ` mikael dot morin at tele2 dot fr
2007-10-21  3:29 ` jvdelisle at gcc dot gnu dot org
2007-11-21 13:52 ` fxcoudert at gcc dot gnu dot org
2007-12-07 11:48 ` pault at gcc dot gnu dot org
2007-12-07 13:46 ` pault at gcc dot gnu dot org
2007-12-08 20:45 ` dominiq at lps dot ens dot fr
2007-12-09  9:17 ` pault at gcc dot gnu dot org
2007-12-09  9:20 ` pault at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070528181342.12017.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).