https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114232
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Still, it would be nice to understand what changed optimize_function_for_size_p (cfun) after IPA. Is something adjusting node->count or node->frequency? Otherwise it should just depend on the optimize_size flag which should not change...