Re: [PATCH] IPA: drop implicit_section again

2020-11-30 Thread Jeff Law via Gcc-patches
On 11/30/20 5:48 AM, Martin Liška wrote: > As mentioned in the PR, since 4656461585bfd0b9 implicit_section > was not set to false when set_section was called with the argument > equal to NULL. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed?

[PATCH] IPA: drop implicit_section again

2020-11-30 Thread Martin Liška
As mentioned in the PR, since 4656461585bfd0b9 implicit_section was not set to false when set_section was called with the argument equal to NULL. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR ipa/98057