From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28513 invoked by alias); 27 Jul 2004 15:44: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 28500 invoked by uid 48); 27 Jul 2004 15:44:08 -0000 Date: Tue, 27 Jul 2004 15:44:00 -0000 Message-ID: <20040727154408.28499.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040727091024.16780.dok@directfb.org> References: <20040727091024.16780.dok@directfb.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/16780] [3.4 regression] ICE with -finstrument-functions -funit-at-a-time -finline -finline-functions X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg03258.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-27 15:44 ------- Note that -finstrument-functions uses the RTL inliner. gcc pr16780.c -finstrument-functions -funit-at-a-time -finline -finline-functions is enough to show the bug. 531 /* Generate RTL for the body of DECL. Nested functions are expanded 532 via lang_expand_decl_stmt. */ 533 (*lang_hooks.callgraph.expand_function) (decl); 534 if (DECL_DEFER_OUTPUT (decl)) 535 abort (); The reason why this is fixed on the mainline is because -finstrument-functions is done on the tree level. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Keywords|rejects-valid |ice-on-valid-code Summary|[3.4 regression] ICE with - |[3.4 regression] ICE with - |finstrument-functions |finstrument-functions - | |funit-at-a-time -finline - | |finline-functions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16780