https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124235
Christopher Albert <albert at tugraz dot at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |albert at tugraz dot at
--- Comment #1 from Christopher Albert <albert at tugraz dot at> ---
Created attachment 63785
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63785&action=edit
Fix ICE in ALLOCATE of sub-objects with recursive types
Use finalize_function with no_collect=true to skip the collection.
The GC will run at a safe point later.