From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22067 invoked by alias); 28 Aug 2005 03:13:03 -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 22031 invoked by uid 48); 28 Aug 2005 03:12:59 -0000 Date: Sun, 28 Aug 2005 03:14:00 -0000 Message-ID: <20050828031259.22029.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050824161308.23547.reichelt@gcc.gnu.org> References: <20050824161308.23547.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/23547] [4.1 regression] [non-unit-at-a-time] ICE with recursive call to nested function X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03179.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-28 03:12 ------- The problem is that nesting_info is not marked as GTY and we call cgraph_finalize_function which lowers the function which calls ggc_collect. I think marking nesting_info (and root) as GTY will fix the problem. I will look into a patch. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23547