From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8603 invoked by alias); 13 Feb 2004 06:36:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8576 invoked by uid 48); 13 Feb 2004 06:36:05 -0000 Date: Fri, 13 Feb 2004 06:36:00 -0000 Message-ID: <20040213063605.8574.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040213062200.14137.mattyt-bugzilla@tpg.com.au> References: <20040213062200.14137.mattyt-bugzilla@tpg.com.au> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/14137] [pch] [unit-at-a-time] ICE in cgraph_finalize_compilation_unit, at cgraphunit.c:407 X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01386.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-13 06:36 ------- Confirmed. This is an unit-at-a-time and a PCH problem as not doing either will cause this to pass. I do not know which one is causing the exact problem, a cgraph data structor not being marked as GC or something in PCH which is causing it. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |geoffk at gcc dot gnu dot | |org, hubicka at gcc dot gnu | |dot org Status|UNCONFIRMED |NEW Component|c++ |pch Ever Confirmed| |1 Keywords| |ice-on-valid-code Last reconfirmed|0000-00-00 00:00:00 |2004-02-13 06:36:04 date| | Summary|ICE in |[pch] [unit-at-a-time] ICE |cgraph_finalize_compilation_|in |unit, at cgraphunit.c:407 |cgraph_finalize_compilation_ | |unit, at cgraphunit.c:407 Target Milestone|--- |3.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14137