------- 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