From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21453 invoked by alias); 27 Sep 2006 06:41:00 -0000 Received: (qmail 21413 invoked by uid 48); 27 Sep 2006 06:40:45 -0000 Date: Wed, 27 Sep 2006 06:41:00 -0000 Message-ID: <20060927064045.21412.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/29241] [4.0/4.1/4.2 Regression] [non unit-at-a-time] ICE with always inline In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-09/txt/msg02547.txt.bz2 List-Id: ------- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-27 06:40 ------- (In reply to comment #3) > This only fails with the C front-end, here is a testcase that also compiles > with the C++ front-end but only fails with the C front-end: But I think that is only because the C++ front-end is always unit-at-a-time as the C testcase passes when using -funit-at-a-time. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu dot | |org Component|c |middle-end Summary|[4.0/4.1/4.2 Regression] ICE|[4.0/4.1/4.2 Regression] |with always inline |[non unit-at-a-time] ICE | |with always inline http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29241