[Bug ipa/105600] [10/11/12/13 Regression] ICE with LTO when building Mumble
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 23 04:08:01 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105600
--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:
https://gcc.gnu.org/g:31ce821a790caec8a2849dd67a9847e78a33d14c
commit r13-1213-g31ce821a790caec8a2849dd67a9847e78a33d14c
Author: Martin Liska <mliska@suse.cz>
Date: Wed May 18 15:07:53 2022 +0200
ipa-icf: skip variables with body_removed
Similarly to cgraph_nodes, it may happen that body_removed is set
during merging of symbols.
PR ipa/105600
gcc/ChangeLog:
* ipa-icf.cc (sem_item_optimizer::filter_removed_items):
Skip variables with body_removed.
More information about the Gcc-bugs
mailing list