https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98057
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:cbc4ae2b263bced781a2d2d0cf0085d262040db6 commit r11-5600-gcbc4ae2b263bced781a2d2d0cf0085d262040db6 Author: Martin Liska <mli...@suse.cz> Date: Mon Nov 30 13:07:27 2020 +0100 IPA: drop implicit_section again 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. gcc/ChangeLog: PR ipa/98057 * symtab.c (symtab_node::set_section_for_node): Drop implicit_section if x_section is NULL. gcc/testsuite/ChangeLog: PR ipa/98057 * g++.dg/ipa/pr98057.C: New test.