[Bug ipa/105978] ICE: nodes with unreleased memory found since r9-4254-g12485662c00914ed
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 21 01:45:50 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105978
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>-fdisable-ipa-inline
This is a valid bug report. The -fdisable-* options are only for debugging and
I suspect disabling the IPA inliner here is missing the free of the clone as
this is what exactly the check is doing:
/* Double check that all inline clones are gone and that all
function bodies have been released from memory. */
Since you disable the code which will free the clones you get what you asked
for.
More information about the Gcc-bugs
mailing list