Re: [PATCH] Skip static ctors/dtors in IPA ICF (PR ipa/70306)

2016-03-22 Thread Jakub Jelinek
On Tue, Mar 22, 2016 at 11:24:34AM +0100, Martin Liška wrote: > On 03/21/2016 07:20 PM, Jan Hubicka wrote: > > OK, (it woudl make more sense to turn them into wrappers that can be easily > > done, too, but we can do that next stage1) > > thanks! > > > > Honza > > Sure, will do that in next stage1

Re: [PATCH] Skip static ctors/dtors in IPA ICF (PR ipa/70306)

2016-03-22 Thread Martin Liška
On 03/21/2016 07:20 PM, Jan Hubicka wrote: > OK, (it woudl make more sense to turn them into wrappers that can be easily > done, too, but we can do that next stage1) > thanks! > > Honza Sure, will do that in next stage1. I've just bootstrapped and regtested the same patch on GCC-5 branch w/o obse

Re: [PATCH] Skip static ctors/dtors in IPA ICF (PR ipa/70306)

2016-03-21 Thread Jan Hubicka
> Hello. > > Following patch skips static {c,d}tors in IPA ICF. > Patch can bootstrap and survives regtests on x86_64-linux-gnu. OK, (it woudl make more sense to turn them into wrappers that can be easily done, too, but we can do that next stage1) thanks! Honza > > Ready for trunk? > Thanks, >