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,
>> >>>
>> >
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=
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
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
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
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