https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122430
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot
gnu.org
--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I will take a look.
modref.cc::finalize is not a right place, since at that time we do not know if
function is always called in interposable way (LTO liking or aliases may change
that). But we ought to check this before each use of the modref summary for a
given call.