This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Should --enable-checking=yes,rtl work on 32-bit hosts?
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 14 Aug 2017 08:23:32 -0700
- Subject: Should --enable-checking=yes,rtl work on 32-bit hosts?
- Authentication-results: sourceware.org; auth=none
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?
--
H.J.