https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109927
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |m68k --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- assign more virtual memory? the other option is to figure out what exactly uses so much memory in a native m68k compiler ... if stage2 is fine then using -g0 for the object might help. x86_64 native needs 1.3GB and using -O1 doesn't make a difference there but -g1 shrinks memory requirements to 750MB (similar to using -g -fno-var-tracking).