Re: [PATCH] Handle noipa attribute in IPA visibility (PR ipa/83594).

2018-01-02 Thread Jeff Law
On 12/27/2017 07:14 AM, Martin Liška wrote: > Hi. > > As we introduced noipa attribute, I believe proper fix to not to crash > is to ignore all functions with the attribute in iteration of IPA visibility > pass. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > R

[PATCH] Handle noipa attribute in IPA visibility (PR ipa/83594).

2017-12-27 Thread Martin Liška
Hi. As we introduced noipa attribute, I believe proper fix to not to crash is to ignore all functions with the attribute in iteration of IPA visibility pass. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-12-27 Mart