From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6632 invoked by alias); 23 Feb 2009 15:05:38 -0000 Received: (qmail 6118 invoked by alias); 23 Feb 2009 15:05:25 -0000 Date: Mon, 23 Feb 2009 15:05:00 -0000 Message-ID: <20090223150525.6117.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/39259] [4.4 Regression] internal compiler error: in initialize_cfun, at tree-inline.c:1749 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jh at suse dot cz" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg02002.txt.bz2 ------- Comment #6 from jh at suse dot cz 2009-02-23 15:05 ------- Subject: Re: [4.4 Regression] internal compiler error: in initialize_cfun, at tree-inline.c:1749 Hi, the assert seems confused. We can clone setjmp/alloca, just can't inline it. (well, in fact we even can inline alloca if we are cureful) just replace src_cfun by cfun and add notice_special_calls into processing of new statements. Honza -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39259