public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/18691] New: 105 acats failure due to ICE in gnat_to_gnu_entity, at ada/decl.c:286
Date: Sat, 27 Nov 2004 19:30:00 -0000	[thread overview]
Message-ID: <20041127193006.18691.pinskia@gcc.gnu.org> (raw)

testcase from Guerby, reduced from c85009a

procedure PP2 is
     MY_EXCEPTION : EXCEPTION;
     MY_EXCEPTION2 : EXCEPTION RENAMES MY_EXCEPTION;
     I : INTEGER := 1;
begin
   begin
          RAISE MY_EXCEPTION;
   exception
      WHEN MY_EXCEPTION2 =>
         NULL;
      WHEN OTHERS =>
         null;
   end;
end;

+===========================GNAT BUG 
DETECTED==============================+
| 4.0.0 20041127 (experimental) (powerpc-apple-darwin7.6.0) GCC error:     |
| in gnat_to_gnu_entity, at ada/decl.c:286                                 |
| Error detected at pp2.adb:10:10                                          |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==============================================================
============+

-- 
           Summary: 105 acats failure due to ICE in gnat_to_gnu_entity, at
                    ada/decl.c:286
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-darwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18691


             reply	other threads:[~2004-11-27 19:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-27 19:30 pinskia at gcc dot gnu dot org [this message]
2004-11-28  2:44 ` [Bug ada/18691] " pinskia at gcc dot gnu dot org
2004-12-08 15:19 ` pinskia 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=20041127193006.18691.pinskia@gcc.gnu.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).