Re: [PATCH] Fix PR ipa/64813

2015-02-11 Thread Richard Biener
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: > >

Re: [PATCH] Fix PR ipa/64813

2015-02-11 Thread Martin Liška
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

Re: [PATCH] Fix PR ipa/64813

2015-02-10 Thread Jan Hubicka
> 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

Re: [PATCH] Fix PR ipa/64813

2015-02-10 Thread Jakub Jelinek
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. > >> > >

Re: [PATCH] Fix PR ipa/64813

2015-02-10 Thread Martin Liška
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

Re: [PATCH] Fix PR ipa/64813

2015-02-10 Thread Richard Biener
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

[PATCH] Fix PR ipa/64813

2015-02-10 Thread Martin Liška
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