Re: [PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043).

2017-01-17 Thread Martin Liška
On 01/13/2017 02:01 PM, Richard Biener wrote: > On Fri, Jan 13, 2017 at 2:00 PM, Martin Liška wrote: >> On 01/13/2017 01:16 PM, Richard Biener wrote: >>> On Tue, Jan 10, 2017 at 4:28 PM, Martin Liška wrote: As mentioned in the PR, we currently do not properly

Re: [PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043).

2017-01-13 Thread Richard Biener
On Fri, Jan 13, 2017 at 2:00 PM, Martin Liška wrote: > On 01/13/2017 01:16 PM, Richard Biener wrote: >> On Tue, Jan 10, 2017 at 4:28 PM, Martin Liška wrote: >>> As mentioned in the PR, we currently do not properly reload global >>> optimization options when we

Re: [PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043).

2017-01-13 Thread Martin Liška
On 01/13/2017 01:16 PM, Richard Biener wrote: > On Tue, Jan 10, 2017 at 4:28 PM, Martin Liška wrote: >> As mentioned in the PR, we currently do not properly reload global >> optimization options when we drop strict-aliasing flag on a function >> that equals to cfun. >> >> Patch

Re: [PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043).

2017-01-13 Thread Richard Biener
On Tue, Jan 10, 2017 at 4:28 PM, Martin Liška wrote: > As mentioned in the PR, we currently do not properly reload global > optimization options when we drop strict-aliasing flag on a function > that equals to cfun. > > Patch can bootstrap on ppc64le-redhat-linux and survives

[PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043).

2017-01-10 Thread Martin Liška
rom 53108a01c5fcb6fcfca15b389e76217b724915c3 Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Tue, 10 Jan 2017 14:43:04 +0100 Subject: [PATCH] Reload global options when strict aliasing is dropped (PR ipa/79043). gcc/ChangeLog: 2017-01-10 Martin Liska <mli...@suse.cz> PR ipa/79043 * function.c