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/15402] New: [3.15p/3.4 regression] Bug box in verify_local_live_at_start with -O2
Date: Thu, 13 May 2004 11:15:00 -0000	[thread overview]
Message-ID: <20040512191713.15402.ludovic.brenta@insalien.org> (raw)

package pak1 is
       pragma elaborate_body;
       f3 : float := 1.0;
    end pak1;

    with pak1;
    package body pak1 is
       f4 : float;

       procedure proc4 is
          type T1(b : boolean := false) is record
              case b is
                  when false => f1 : float;
                  when true  => f2 : float;
              end case;
          end record;
          x: T1;
       begin
          x.f1 := f3;
          f4 := f3;
       end proc4;
    end pak1;


gcc -c -O2 pak1.adb
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 (i686-pc-linux-gnu) in verify_local_live_at_start, at flow.c:572   |
| Error detected at pak1.adb:17:8                                          |
| 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: [3.15p/3.4 regression] Bug box in
                    verify_local_live_at_start with -O2
           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
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


             reply	other threads:[~2004-05-12 19:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-13 11:15 ludovic dot brenta at insalien dot org [this message]
2004-05-17 19:17 ` [Bug ada/15402] [3.4/3.5? " pinskia at gcc dot gnu dot org
2004-06-08  9:15 ` charlet 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=20040512191713.15402.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).