https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93621
--- Comment #17 from Martin Jambor <jamborm at gcc dot gnu.org> --- Created attachment 48208 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48208&action=edit WIP patch This is the current version of my patch to fix this. I think that at least for the purposes of JIT I need to find a place to deallocate the new summary - but that can only happen after all inlining is done. Then I'll add that, re-base and submit it to the mailing list.