public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ludovic dot brenta at insalien dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program
Date: Thu, 03 Jun 2004 19:19:00 -0000	[thread overview]
Message-ID: <20040603191938.15806.ludovic.brenta@insalien.org> (raw)

(Debian bug #246388)

procedure Test_246388 is
   Type T1 is array (Positive range <>, Positive range <>) of integer;

   type T2 (max: Positive) is record
      a : T1 (1..2, 1 .. max);
   end record;

   procedure p2(x : T2) is
      y: T1 := x.a;
   begin
      null;
   end p2;

begin
   null;
end Test_246388;




+===========================GNAT BUG DETECTED==============================+
| 3.4.0 (Debian) (i486-pc-linux-gnu) in expand_expr_real, at expr.c:6764   |
| Error detected at test_246388.adb:9:7                                    |
| 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-3.4 or gnatmake command that you entered.          |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases, 
so please double check that the problem can still 
be reproduced with the set of files listed.

test_246388.adb

compilation abandoned
gnatmake: "test_246388.adb" compilation error

-- 
           Summary: Bug box in Gigi, code=999, on legal program
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


             reply	other threads:[~2004-06-03 19:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-03 19:19 ludovic dot brenta at insalien dot org [this message]
2004-06-03 19:20 ` [Bug ada/15806] Bug box at expr.c:6764 " ludovic dot brenta at insalien dot org
2004-10-12  4:02 ` pinskia at gcc dot gnu dot org
2005-06-14 20:54 ` 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=20040603191938.15806.ludovic.brenta@insalien.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).