Re: [PATCH, PR 57208] Add ipa-cp created references to the symbol table

2013-06-26 Thread Martin Jambor
Hi, On Tue, Jun 25, 2013 at 03:14:47PM +0200, Jan Hubicka wrote: > > the patch reportedly fixes an issue when LTO building chromium. It > > adds references that are created by IPA-CP when propagating references > > from aggregates (the scalar case is handled by the call graph > > infrastructure).

Re: [PATCH, PR 57208] Add ipa-cp created references to the symbol table

2013-06-25 Thread Jan Hubicka
> Hi, > > the patch reportedly fixes an issue when LTO building chromium. It > adds references that are created by IPA-CP when propagating references > from aggregates (the scalar case is handled by the call graph > infrastructure). > > Bootstrapped and tested on x86_64-linux. OK for trunk? >

[PATCH, PR 57208] Add ipa-cp created references to the symbol table

2013-06-25 Thread Martin Jambor
Hi, the patch reportedly fixes an issue when LTO building chromium. It adds references that are created by IPA-CP when propagating references from aggregates (the scalar case is handled by the call graph infrastructure). Bootstrapped and tested on x86_64-linux. OK for trunk? Thanks, Martin