https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97119
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2020-09-21
--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
You likely want to disable all IPA optimizations that create clones.
Probably the same what -flive-patching=inline-only-static does? Please see a
man page for the -flive-patching option.