On 01/13/2017 02:01 PM, Richard Biener wrote: > On Fri, Jan 13, 2017 at 2:00 PM, Martin Liška <mli...@suse.cz> wrote: >> On 01/13/2017 01:16 PM, Richard Biener wrote: >>> On Tue, Jan 10, 2017 at 4:28 PM, Martin Liška <mli...@suse.cz> 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 regression tests. >>>> >>>> Ready to be installed? >>> >>> Ok. >> >> Thanks, applied to trunk. May I install the patch to active branches if it >> survives >> bootstrap and regression tests? > > Yes, but please wait a few days to see if there's any fallout with odd > target stuff > done by set_cfun.
Ok, looks there's no fallout. To install the patch to GCC-5 branch I need patch from r231095, which I tested with this patch and works fine. Honza is it OK to apply it together? Thanks, Martin > > Richard. > >> >> Martin >> >>> >>> Richard. >>> >>>> Martin >>