https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92357
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sat Dec 14 11:19:07 2019 New Revision: 279395 URL: https://gcc.gnu.org/viewcvs?rev=279395&root=gcc&view=rev Log: PR ipa/92357 * ipa-fnsummary.c (ipa_fn_summary_write): Use lto_symtab_encoder_iterator with lsei_start_function_in_partition and lsei_next_function_in_partition instead of walking all cgraph nodes in encoder. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-fnsummary.c