[Bug ipa/100413] [11/12 Regression] ICE: failed to reclaim unneeded function with custom flags since r11-4267-g0e590b68fa374365
jamborm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 27 14:57:14 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100413
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |jamborm at gcc dot gnu.org
Status|NEW |ASSIGNED
--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> ---
I'm testing a patch. The problem is that a clone is removed with
cgraph::remove and it leaves behind a dangling clone_of with a body for which
there is now no need.
More information about the Gcc-bugs
mailing list