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

--- Comment #3 from lucier at math dot purdue.edu 2012-01-21 05:22:40 UTC ---
It seems bootstrap fails at a earlier place.

With this compiler:

godel-257% /homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc
COLLECT_LTO_WRAPPER=/homes/lucier/pkgs/gcc-4.6.2-64/libexec/gcc/powerpc64-apple-darwin9.4.0/4.6.2/lto-wrapper
Target: powerpc64-apple-darwin9.4.0
Configured with: ../../gcc-4.6.2/configure --build=powerpc64-apple-darwin9.4.0
--host=powerpc64-apple-darwin9.4.0 --target=powerpc64-apple-darwin9.4.0
--prefix=/homes/lucier/pkgs/gcc-4.6.2-64 --enable-languages=c
--disable-multilib
Thread model: posix
gcc version 4.6.2 (GCC) 

and this configure and "make"

godel-258% cat ../../mainline/build-and-check-gcc 
#!/bin/tcsh
/bin/rm -rf *; env CC=/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc
../../mainline/configure --build=powerpc64-apple-darwin9.4.0
--host=powerpc64-apple-darwin9.4.0 --target=powerpc64-apple-darwin9.4.0
--prefix=/homes/lucier/pkgs/gcc-mainline-64; make bootstrap
BOOT_LDFLAGS='-Wl,-search_paths_first' >& build.log && (make install) && (make
-k check RUNTESTFLAGS="--target_board 'unix{-mcpu=970/-m64}'"  >& check.log ;
make mail-report.log)

bootstrap fails with

/homes/lucier/pkgs/gcc-4.6.2-64/bin/gcc   -g -fkeep-inline-functions -DIN_GCC  
-W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common 
-DHAVE_CONFIG_H  -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o
c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o
tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o
c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o
c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o
c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o
darwin-c.o rs6000-c.o \
          cc1-checksum.o main.o tree-browser.o libbackend.a libcommon-target.a
libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a
../libcpp/libcpp.a ./../intl/libintl.a -liconv  ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a   
-L/homes/lucier/programs/gcc/objdirs/mainline/./gmp/.libs
-L/homes/lucier/programs/gcc/objdirs/mainline/./mpfr/.libs
-L/homes/lucier/programs/gcc/objdirs/mainline/./mpc/src/.libs -lmpc -lmpfr
-lgmp   -L../zlib -lz
ld: bl out of range (95627960 max is +/-16M) from start at 0x100000E04 in
__text of /usr/lib/crt1.10.5.o to _exit$stub at 0x105B33900 in __picsymbolstub1
of  cc1 in start from /usr/lib/crt1.10.5.o

Reply via email to