Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions

2015-04-03 Thread Jan Hubicka
> On 02 Apr 22:21, Jan Hubicka wrote: > > > Hi, > > > > > > This patch doesn't allow instrumentation thunks calls while merging > > > constructors and destructors. Not isntrumented code is not affeceted. > > > Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk? > > > > > > Tha

Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions

2015-04-03 Thread Ilya Enkovich
On 02 Apr 22:21, Jan Hubicka wrote: > > Hi, > > > > This patch doesn't allow instrumentation thunks calls while merging > > constructors and destructors. Not isntrumented code is not affeceted. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk? > > > > Thanks, > > Ilya >

Re: [PATCH, CHKP] Fix cdtor merge for instrumented functions

2015-04-02 Thread Jan Hubicka
> Hi, > > This patch doesn't allow instrumentation thunks calls while merging > constructors and destructors. Not isntrumented code is not affeceted. > Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk? > > Thanks, > Ilya > -- > gcc/ > > 2015-04-02 Ilya Enkovich > >

[PATCH, CHKP] Fix cdtor merge for instrumented functions

2015-04-02 Thread Ilya Enkovich
Hi, This patch doesn't allow instrumentation thunks calls while merging constructors and destructors. Not isntrumented code is not affeceted. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk? Thanks, Ilya -- gcc/ 2015-04-02 Ilya Enkovich * ipa.c (ipa_cdtor_merge