[Bug ipa/105978] ICE: nodes with unreleased memory found since r9-4254-g12485662c00914ed

2022-06-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105978

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #2 from Andrew Pinski  ---
>-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.

[Bug ipa/105978] ICE: nodes with unreleased memory found since r9-4254-g12485662c00914ed

2022-06-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105978

Martin Liška  changed:

   What|Removed |Added

   Last reconfirmed||2022-06-16
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Summary|ICE: nodes with unreleased  |ICE: nodes with unreleased
   |memory found|memory found since
   ||r9-4254-g12485662c00914ed

--- Comment #1 from Martin Liška  ---
Started with r9-4254-g12485662c00914ed.