[Bug bootstrap/60633] New: When boostrapping 4.8.2 cc1 crashes with memory allocation problem

monochromec at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Mar 24 12:53:00 GMT 2014


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

            Bug ID: 60633
           Summary: When boostrapping 4.8.2 cc1 crashes with memory
                    allocation problem
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: monochromec at gmail dot com

When trying to compile gcc 4.8.2, cc1 tries to allocate a ludicrous amount of
memory when building libgcc as part of stage 1:

make all-target-libgcc 2>&1
Checking multilib configuration for libgcc...
make[1]: Entering directory
`/volume1/homes/nasuser/dev/dsm/build_gcc/static/armv5tel-unknown-linux-gnueabi/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/volume1/homes/nasuser/dev/dsm/build_gcc/static/./gcc/xgcc
-B/volume1/homes/nasuser/dev/dsm/build_gcc/static/./gcc/
-B/opt2/armv5tel-unknown-linux-gnueabi/bin/
-B/opt2/armv5tel-unknown-linux-gnueabi/lib/ -isystem
/opt2/armv5tel-unknown-linux-gnueabi/include -isystem
/opt2/armv5tel-unknown-linux-gnueabi/sys-include    -g -O2 -O2  -g -O2 -DIN_GCC
  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -fPIC -fno-inline -g -DIN_LIBGCC2
-fbuilding-libgcc -fno-stack-protector   -fPIC -fno-inline -I. -I.
-I../.././gcc -I../../../../gcc-4.8.2/libgcc -I../../../../gcc-4.8.2/libgcc/.
-I../../../../gcc-4.8.2/libgcc/../gcc -I../../../../gcc-4.8.2/libgcc/../include
 -DHAVE_CC_TLS  -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep
-DL_absvsi2 -c ../../../../gcc-4.8.2/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS

cc1: out of memory allocating 4294967272 bytes after a total of 778240 bytes
make[1]: *** [_absvsi2.o] Error 1
make[1]: Leaving directory
`/volume1/homes/nasuser/dev/dsm/build_gcc/static/armv5tel-unknown-linux-gnueabi/libgcc'
make: *** [all-target-libgcc] Error 2

Target platform is armvtel-unknown-linux-gnueabi, build configuration is as
follows: configure --disable-multilib --prefix=/opt2 --disable-nls
--enable-languages=c. Build directory is different from source directory
hierarchy.



More information about the Gcc-bugs mailing list