This is the mail archive of the gcc@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]

x86_64, r120172: bootstrap error (In function `null_or_integer_zerop': undefined reference to `integer_zerop')


host:      x86_64-pc-linux-gnu
revision:  r120172

configured 
as: ../../svn/gcc-head/configure   --prefix=$(localpath) --with-gmp=$(localpath)/gmp-4.2.1 --with-mpfr=$(localpath)/mpfr-2.2.1 --enable-bootstrap --enable-threads=posix --enable-shared --with-system-zlib --program-suffix=-svn --disable-nls --disable-multilib --enable-maintainer-mode --enable-languages=c,fortran

gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../svn/gcc-head/gcc -I../../../svn/gcc-head/gcc/build -I../../../svn/gcc-head/gcc/../include -I../../../svn/gcc-head/gcc/../libcpp/include -I/data/home/daniel/x86_64-unknown-linux-gnu/gmp-4.2.1/include -I/data/home/daniel/x86_64-unknown-linux-gnu/mpfr-2.2.1/include -I../../../svn/gcc-head/gcc/../libdecnumber -I../libdecnumber    -o 
build/vec.o ../../../svn/gcc-head/gcc/vec.c
build/genmodes -m > tmp-min-modes.c
/bin/sh ../../../svn/gcc-head/gcc/../move-if-change tmp-min-modes.c 
min-insn-modes.c
echo timestamp > s-modes-m
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../svn/gcc-head/gcc -I../../../svn/gcc-head/gcc/build -I../../../svn/gcc-head/gcc/../include -I../../../svn/gcc-head/gcc/../libcpp/include -I/data/home/daniel/x86_64-unknown-linux-gnu/gmp-4.2.1/include -I/data/home/daniel/x86_64-unknown-linux-gnu/mpfr-2.2.1/include -I../../../svn/gcc-head/gcc/../libdecnumber -I../libdecnumber    -o 
build/min-insn-modes.o min-insn-modes.c
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../svn/gcc-head/gcc -I../../../svn/gcc-head/gcc/build -I../../../svn/gcc-head/gcc/../include -I../../../svn/gcc-head/gcc/../libcpp/include -I/data/home/daniel/x86_64-unknown-linux-gnu/gmp-4.2.1/include -I/data/home/daniel/x86_64-unknown-linux-gnu/mpfr-2.2.1/include -I../../../svn/gcc-head/gcc/../libdecnumber -I../libdecnumber    -o 
build/gensupport.o ../../../svn/gcc-head/gcc/gensupport.c
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../svn/gcc-head/gcc -I../../../svn/gcc-head/gcc/build -I../../../svn/gcc-head/gcc/../include -I../../../svn/gcc-head/gcc/../libcpp/include -I/data/home/daniel/x86_64-unknown-linux-gnu/gmp-4.2.1/include -I/data/home/daniel/x86_64-unknown-linux-gnu/mpfr-2.2.1/include -I../../../svn/gcc-head/gcc/../libdecnumber -I../libdecnumber    -o 
build/print-rtl.o ../../../svn/gcc-head/gcc/print-rtl.c
gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o 
build/genconstants \
    build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o 
build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o 
build/errors.o ../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a
build/vec.o: In function 
`null_or_integer_zerop':../../../svn/gcc-head/gcc/tree.h:4083: undefined 
reference to `integer_zerop'
build/vec.o: In function 
`nonnull_and_integer_nonzerop':../../../svn/gcc-head/gcc/tree.h:4091: 
undefined reference to `integer_nonzerop'
collect2: ld returned 1 exit status
make[3]: *** [build/genconstants] Error 1


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