https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122053
Nathaniel Shead <nshead at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=99000
--- Comment #2 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
This is really a dup of PR99000. But for this specific case I think it
shouldn't be hard to avoid the ICE actually, we can skip parsing the bodies of
any functions where we've already got a complete body. Avoiding the ICE is
probably still valuable even without implementing deduping 'properly'.