Re: [PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-16 Thread Richard Biener
On Fri, Jan 16, 2015 at 11:41 AM, Ilya Enkovich wrote: > On 15 Jan 15:03, Richard Biener wrote: >> On Thu, Jan 15, 2015 at 2:51 PM, Ilya Enkovich >> wrote: >> > 2015-01-15 16:07 GMT+03:00 Richard Biener : >> >> On Thu, Jan 15, 2015 at 12:46 PM, Ilya Enkovich >> >> wrote: >> >>> Hi, >> >>> >> >

Re: [PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-16 Thread Ilya Enkovich
On 15 Jan 15:03, Richard Biener wrote: > On Thu, Jan 15, 2015 at 2:51 PM, Ilya Enkovich wrote: > > 2015-01-15 16:07 GMT+03:00 Richard Biener : > >> On Thu, Jan 15, 2015 at 12:46 PM, Ilya Enkovich > >> wrote: > >>> Hi, > >>> > >>> This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=

Re: [PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-15 Thread Richard Biener
On Thu, Jan 15, 2015 at 2:51 PM, Ilya Enkovich wrote: > 2015-01-15 16:07 GMT+03:00 Richard Biener : >> On Thu, Jan 15, 2015 at 12:46 PM, Ilya Enkovich >> wrote: >>> Hi, >>> >>> This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363. >>> Patch disables instrumentation for funct

Re: [PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-15 Thread Ilya Enkovich
2015-01-15 16:07 GMT+03:00 Richard Biener : > On Thu, Jan 15, 2015 at 12:46 PM, Ilya Enkovich > wrote: >> Hi, >> >> This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363. >> Patch disables instrumentation for functions we cannot clone correctly due >> to labels. >> >> Bootstr

Re: [PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-15 Thread Richard Biener
On Thu, Jan 15, 2015 at 12:46 PM, Ilya Enkovich wrote: > Hi, > > This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363. > Patch disables instrumentation for functions we cannot clone correctly due to > labels. > > Bootstrapped and checked on x86_64-unknown-linux-gnu. OK for t

[PATCH, CHKP, PR64363] Don't instrument functions we cannot copy

2015-01-15 Thread Ilya Enkovich
Hi, This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363. Patch disables instrumentation for functions we cannot clone correctly due to labels. Bootstrapped and checked on x86_64-unknown-linux-gnu. OK for trunk? Thanks, Ilya -- gcc/ 2015-01-14 Ilya Enkovich PR