https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109927
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xry111 at gcc dot gnu.org --- Comment #2 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > I wonder if splitting up gimple-match that happened on the trunk fixes this > issue. I guess the issue is just "compiling giant TU has exhausted the memory" so it should be fixed now. But how to handle it for stable branches? :(