public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15402] New: [3.15p/3.4 regression] Bug box in verify_local_live_at_start with -O2
@ 2004-05-13 11:15 ludovic dot brenta at insalien dot org
  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
  0 siblings, 2 replies; 3+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-05-13 11:15 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ada/15402] [3.4/3.5? regression] Bug box in verify_local_live_at_start with -O2
  2004-05-13 11:15 [Bug ada/15402] New: [3.15p/3.4 regression] Bug box in verify_local_live_at_start with -O2 ludovic dot brenta at insalien dot org
@ 2004-05-17 19:17 ` pinskia at gcc dot gnu dot org
  2004-06-08  9:15 ` charlet at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-17 19:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.15p/3.4 regression] Bug  |[3.4/3.5? regression] Bug
                   |box in                      |box in
                   |verify_local_live_at_start  |verify_local_live_at_start
                   |with -O2                    |with -O2


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ada/15402] [3.4/3.5? regression] Bug box in verify_local_live_at_start with -O2
  2004-05-13 11:15 [Bug ada/15402] New: [3.15p/3.4 regression] Bug box in verify_local_live_at_start with -O2 ludovic dot brenta at insalien dot org
  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
  1 sibling, 0 replies; 3+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-06-08  9:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-06-08 09:15 -------
Works fine on mainline

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-08  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-13 11:15 [Bug ada/15402] New: [3.15p/3.4 regression] Bug box in verify_local_live_at_start with -O2 ludovic dot brenta at insalien dot org
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

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