Re: Should --enable-checking=yes,rtl work on 32-bit hosts?

2017-08-16 Thread H.J. Lu
On Tue, Aug 15, 2017 at 5:43 PM, Daniel Santos wrote: > On 08/15/2017 06:18 AM, Richard Biener wrote: >> On Mon, Aug 14, 2017 at 5:23 PM, H.J. Lu wrote: >>> For GCC 8, when --enable-checking=yes,rtl is used with x32 GCC, >>> I got >>> >>> cc1plus:

Re: Should --enable-checking=yes,rtl work on 32-bit hosts?

2017-08-15 Thread Daniel Santos
On 08/15/2017 06:18 AM, Richard Biener wrote: > On Mon, Aug 14, 2017 at 5:23 PM, H.J. Lu 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]:

Re: Should --enable-checking=yes,rtl work on 32-bit hosts?

2017-08-15 Thread Richard Biener
On Mon, Aug 14, 2017 at 5:23 PM, H.J. Lu 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]:

Should --enable-checking=yes,rtl work on 32-bit hosts?

2017-08-14 Thread H.J. Lu
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? --