public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19685] New: ICE, in verify_local_live_at_start, at flow.c:574
@ 2005-01-29  6:31 vlad at petric dot cc
  2005-01-29  6:35 ` [Bug c/19685] " vlad at petric dot cc
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vlad at petric dot cc @ 2005-01-29  6:31 UTC (permalink / raw)
  To: gcc-bugs

vladp@loki:~/cis/research/ripower$ gcc -O3 sim-ri.i
sim-ri.c: In function `ruu_commit':
sim-ri.c:4591: internal compiler error: in verify_local_live_at_start, at flow.c:574
....

-- 
           Summary: ICE, in verify_local_live_at_start, at flow.c:574
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vlad at petric dot cc
                CC: gcc-bugs at gcc dot gnu dot org,vlad at petric dot cc
 GCC build triplet: i486-linux-gcc
  GCC host triplet: i486-linux-gcc
GCC target triplet: i486-linux-gcc


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


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

* [Bug c/19685] ICE, in verify_local_live_at_start, at flow.c:574
  2005-01-29  6:31 [Bug c/19685] New: ICE, in verify_local_live_at_start, at flow.c:574 vlad at petric dot cc
@ 2005-01-29  6:35 ` vlad at petric dot cc
  2005-01-29 11:15 ` [Bug c/19685] [3.3 Regression] ICE " ebotcazou at gcc dot gnu dot org
  2005-04-30 14:47 ` [Bug rtl-optimization/19685] " gdr at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: vlad at petric dot cc @ 2005-01-29  6:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From vlad at petric dot cc  2005-01-29 06:34 -------
Created an attachment (id=8097)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8097&action=view)
preprocessed sourcecode


-- 


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


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

* [Bug c/19685] [3.3 Regression] ICE in verify_local_live_at_start, at flow.c:574
  2005-01-29  6:31 [Bug c/19685] New: ICE, in verify_local_live_at_start, at flow.c:574 vlad at petric dot cc
  2005-01-29  6:35 ` [Bug c/19685] " vlad at petric dot cc
@ 2005-01-29 11:15 ` ebotcazou at gcc dot gnu dot org
  2005-04-30 14:47 ` [Bug rtl-optimization/19685] " gdr at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-29 11:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-01-29 11:15 -------
Confirmed, but on i686 only.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i486-linux-gcc              |i686-*-*
   GCC host triplet|i486-linux-gcc              |i686-*-*
 GCC target triplet|i486-linux-gcc              |i686-*-*
      Known to fail|                            |3.0.4 3.1.1 3.2.3 3.3.5
                   |                            |3.3.6
      Known to work|                            |2.95.3 2.96 3.4.4 4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-29 11:15:29
               date|                            |
            Summary|ICE, in                     |[3.3 Regression] ICE in
                   |verify_local_live_at_start, |verify_local_live_at_start,
                   |at flow.c:574               |at flow.c:574
   Target Milestone|---                         |3.3.6


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


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

* [Bug rtl-optimization/19685] [3.3 Regression] ICE in verify_local_live_at_start, at flow.c:574
  2005-01-29  6:31 [Bug c/19685] New: ICE, in verify_local_live_at_start, at flow.c:574 vlad at petric dot cc
  2005-01-29  6:35 ` [Bug c/19685] " vlad at petric dot cc
  2005-01-29 11:15 ` [Bug c/19685] [3.3 Regression] ICE " ebotcazou at gcc dot gnu dot org
@ 2005-04-30 14:47 ` gdr at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-04-30 14:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2005-04-30 14:47 -------
won't fix for 3.3.6.  Works in 3.4.4 and higher.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.3.6                       |3.4.4


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


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

end of thread, other threads:[~2005-04-30 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-29  6:31 [Bug c/19685] New: ICE, in verify_local_live_at_start, at flow.c:574 vlad at petric dot cc
2005-01-29  6:35 ` [Bug c/19685] " vlad at petric dot cc
2005-01-29 11:15 ` [Bug c/19685] [3.3 Regression] ICE " ebotcazou at gcc dot gnu dot org
2005-04-30 14:47 ` [Bug rtl-optimization/19685] " gdr 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).