On Wed, Feb 11, 2015 at 1:46 PM, Martin Liška wrote:
> On 02/10/2015 05:00 PM, Jakub Jelinek wrote:
>>
>> On Tue, Feb 10, 2015 at 04:56:40PM +0100, Martin Liška wrote:
>>>
>>> On 02/10/2015 01:50 PM, Richard Biener wrote:
On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška wrote:
>
>
On 02/10/2015 05:00 PM, Jakub Jelinek wrote:
On Tue, Feb 10, 2015 at 04:56:40PM +0100, Martin Liška wrote:
On 02/10/2015 01:50 PM, Richard Biener wrote:
On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška wrote:
Hello.
Following patch is fix for PR ipa/64813. The patch was tested on a darwin
targ
> Hello.
>
> Following patch is fix for PR ipa/64813. The patch was tested on a darwin
> target
> by Dominique.
>
> Ready for trunk?
OK,
Honza
> Thanks,
> Martin
> >From ce1c7031e2616d840ce9c1bc45587d64134f Mon Sep 17 00:00:00 2001
> From: mliska
> Date: Fri, 30 Jan 2015 15:12:59 +0100
> S
On Tue, Feb 10, 2015 at 04:56:40PM +0100, Martin Liška wrote:
> On 02/10/2015 01:50 PM, Richard Biener wrote:
> >On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška wrote:
> >>Hello.
> >>
> >>Following patch is fix for PR ipa/64813. The patch was tested on a darwin
> >>target
> >>by Dominique.
> >>
> >
On 02/10/2015 01:50 PM, Richard Biener wrote:
On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška wrote:
Hello.
Following patch is fix for PR ipa/64813. The patch was tested on a darwin
target
by Dominique.
Ready for trunk?
- if (!(gimple_call_flags (call) & ECF_NORETURN))
+ if (!alias
On Tue, Feb 10, 2015 at 12:07 PM, Martin Liška wrote:
> Hello.
>
> Following patch is fix for PR ipa/64813. The patch was tested on a darwin
> target
> by Dominique.
>
> Ready for trunk?
- if (!(gimple_call_flags (call) & ECF_NORETURN))
+ if (!alias_is_noreturn)
that was technically un
Hello.
Following patch is fix for PR ipa/64813. The patch was tested on a darwin target
by Dominique.
Ready for trunk?
Thanks,
Martin
>From ce1c7031e2616d840ce9c1bc45587d64134f Mon Sep 17 00:00:00 2001
From: mliska
Date: Fri, 30 Jan 2015 15:12:59 +0100
Subject: [PATCH] Handle noreturn funct