This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14414] New: insn-attr tab build runs out of memory


While doing a bootstrap of today's compiler on x86-64:

make[2]: Entering directory `/home/andi/gcc/obj-head/gcc'
stage1/xgcc -Bstage1/
-B/home/ak/src/gcc-head-040303/x86_64-unknown-linux-gnu/bin/   -g -O2 -DIN_GCC 
 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wold-style-definition -Wno-variadic-macros -Werror   
-DHAVE_CONFIG_H    -I. -I. -I/averell/src/src/gcc-head/gcc/gcc
-I/averell/src/src/gcc-head/gcc/gcc/.
-I/averell/src/src/gcc-head/gcc/gcc/../include  -c insn-attrtab.c \
  -o insn-attrtab.o
xxgcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

The Kill was an Out Of Memory kill because the compilation needed more than
1.5GB or so.

-- 
           Summary: insn-attr tab build runs out of memory
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ak at muc dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: x86_64-linux
GCC target triplet: x86_64-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14414


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]