Bug 15903 - [4.0 Regression] [non-unit-at-a-time] ICE verify_cgraph_node failed.
Summary: [4.0 Regression] [non-unit-at-a-time] ICE verify_cgraph_node failed.
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.0.0
: P2 minor
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords: error-recovery, ice-on-invalid-code
Depends on:
Blocks:
 
Reported: 2004-06-09 19:09 UTC by Serge Belyshev
Modified: 2004-09-13 14:15 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2004-06-09 19:14:01


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Belyshev 2004-06-09 19:09:34 UTC
use '-O1 -finline-functions -fno-unit-at-a-time'
-----------------------------------------------------------------------------
void bar ()
{
	syntax error
}

void foo ()
{
	bar ();
}
-----------------------------------------------------------------------------
Comment 1 Andrew Pinski 2004-06-09 19:14:00 UTC
Confirmed, -O1 -finline-functions  is good enough though.
Comment 2 Andrew Pinski 2004-07-29 15:18:07 UTC
Fixed
: Search converges between 2004-07-09-trunk (#483) and 2004-07-12-trunk (#484).