------- Comment #12 from jason at redhat dot com 2010-04-03 21:12 ------- Subject: Re: [4.5 Regression] ICE: SIGSEGV with -fipa-cp-clone -fkeep-inline-functions
On 04/03/2010 05:10 PM, rguenther at suse dot de wrote: > But the initial patch also regresses g++.dg/opt/inline8.C, as for > the inline function therein DECL_EXTERNAL is set and thus the > middle-end disregards it for its -fkeep-inline-functions processing. Ah, right. We can't leave it up to cgraph as long as the front end is still playing its DECL_NOT_REALLY_EXTERN games. So yeah, I guess your third patch is the best bet for now. Jason -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43611