On Mon, Aug 14, 2017 at 5:23 PM, H.J. Lu <hjl.to...@gmail.com> wrote: > For GCC 8, when --enable-checking=yes,rtl is used with x32 GCC, > I got > > cc1plus: out of memory allocating 56137200 bytes after a total of > 3139436544 bytes > make[5]: *** [Makefile:1104: insn-extract.o] Error 1 > make[5]: *** Waiting for unfinished jobs.... > > gcc-7-branch is OK. Is this expected?
I suppose not. Who allocates all the memory? Richard. > -- > H.J.