public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed.
@ 2004-06-09 19:09 belyshev at lubercy dot com
  2004-06-09 19:10 ` [Bug tree-optimization/15903] " belyshev at lubercy dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-09 19:09 UTC (permalink / raw)
  To: gcc-bugs

use '-O1 -finline-functions -fno-unit-at-a-time'
-----------------------------------------------------------------------------
void bar ()
{
	syntax error
}

void foo ()
{
	bar ();
}
-----------------------------------------------------------------------------

-- 
           Summary: [3.5 Regression] ICE verify_cgraph_node failed.
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at lubercy dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug tree-optimization/15903] [3.5 Regression] ICE verify_cgraph_node failed.
  2004-06-09 19:09 [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed belyshev at lubercy dot com
@ 2004-06-09 19:10 ` belyshev at lubercy dot com
  2004-06-09 19:11 ` belyshev at lubercy dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-09 19:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


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

* [Bug tree-optimization/15903] [3.5 Regression] ICE verify_cgraph_node failed.
  2004-06-09 19:09 [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed belyshev at lubercy dot com
  2004-06-09 19:10 ` [Bug tree-optimization/15903] " belyshev at lubercy dot com
@ 2004-06-09 19:11 ` belyshev at lubercy dot com
  2004-06-09 19:14 ` [Bug tree-optimization/15903] [3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
  2004-07-29 15:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-09 19:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |error-recovery


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


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

* [Bug tree-optimization/15903] [3.5 Regression] [non-unit-at-a-time] ICE verify_cgraph_node failed.
  2004-06-09 19:09 [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed belyshev at lubercy dot com
  2004-06-09 19:10 ` [Bug tree-optimization/15903] " belyshev at lubercy dot com
  2004-06-09 19:11 ` belyshev at lubercy dot com
@ 2004-06-09 19:14 ` pinskia at gcc dot gnu dot org
  2004-07-29 15:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09 19:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 19:14 -------
Confirmed, -O1 -finline-functions  is good enough though.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-09 19:14:01
               date|                            |
            Summary|[3.5 Regression] ICE        |[3.5 Regression] [non-unit-
                   |verify_cgraph_node failed.  |at-a-time] ICE
                   |                            |verify_cgraph_node failed.
   Target Milestone|---                         |3.5.0


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


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

* [Bug tree-optimization/15903] [3.5 Regression] [non-unit-at-a-time] ICE verify_cgraph_node failed.
  2004-06-09 19:09 [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed belyshev at lubercy dot com
                   ` (2 preceding siblings ...)
  2004-06-09 19:14 ` [Bug tree-optimization/15903] [3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
@ 2004-07-29 15:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-29 15:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-29 15:18 -------
Fixed
: Search converges between 2004-07-09-trunk (#483) and 2004-07-12-trunk (#484).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-07-29 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-09 19:09 [Bug tree-optimization/15903] New: [3.5 Regression] ICE verify_cgraph_node failed belyshev at lubercy dot com
2004-06-09 19:10 ` [Bug tree-optimization/15903] " belyshev at lubercy dot com
2004-06-09 19:11 ` belyshev at lubercy dot com
2004-06-09 19:14 ` [Bug tree-optimization/15903] [3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
2004-07-29 15:18 ` pinskia 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).