https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97244
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jan Hubicka <hubi...@gcc.gnu.org>: https://gcc.gnu.org/g:bc2fcccd9d5cc9d346543a98c98dc00d71e9a5b8 commit r11-3589-gbc2fcccd9d5cc9d346543a98c98dc00d71e9a5b8 Author: Jan Hubicka <j...@suse.cz> Date: Thu Oct 1 15:03:19 2020 +0200 Fix ICE in ipa_edge_args_sum_t::duplicate PR ipa/97244 * ipa-fnsummary.c (pass_free_fnsummary::execute): Free also indirect inlining datastructure. * ipa-modref.c (pass_ipa_modref::execute): Do not free them here. * ipa-prop.c (ipa_free_all_node_params): Do not crash when info does not exist. (ipa_unregister_cgraph_hooks): Likewise.