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/37739] [4.4 Regression] bootstrap broken with core gcc > gcc-4.2.x



------- Comment #14 from acrux at linuxmail dot org  2009-06-14 09:27 -------
(In reply to comment #11)
> Fixed.
> 

it seems unfixed. Unable to bootstrap gcc-4.4.0 from itself. Problems happens
only on powerpc32. 

failure:
/home/varie/gcc/work/src/build/gcc/../../gcc-4.4.0/gcc/tree.h:192: relocation
truncated to fit: R_PPC_REL24 against symbol `free@@GLIBC_2.0' defined in .plt
section in /usr/lib/gcc/powerpc-unknown-linux-gnu/4.4.0/../../../crt1.o
c-lang.o: In function `VEC_tree_heap_copy':
/home/varie/gcc/work/src/build/gcc/../../gcc-4.4.0/gcc/tree.h:192: relocation
truncated to fit: R_PPC_REL24 against symbol `memcpy@@GLIBC_2.0' defined in
.plt section in /usr/lib/gcc/powerpc-unknown-linux-gnu/4.4.0/../../../crt1.o
c-lang.o: In function `VEC_tree_heap_safe_grow_cleared':
/home/varie/gcc/work/src/build/gcc/../../gcc-4.4.0/gcc/tree.h:192: relocation
truncated to fit: R_PPC_REL24 against symbol `memset@@GLIBC_2.0' defined in
.plt section in /usr/lib/gcc/powerpc-unknown-linux-gnu/4.4.0/../../../crt1.o
c-lang.o: In function `VEC_constructor_elt_base_quick_insert':
/home/varie/gcc/work/src/build/gcc/../../gcc-4.4.0/gcc/tree.h:1532: additional
relocation overflows omitted from the output
collect2: ld returned 1 exit status
make[3]: *** [cc1-dummy] Error 1
make[3]: Leaving directory `/home/varie/gcc/work/src/build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/varie/gcc/work/src/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/varie/gcc/work/src/build'
make: *** [all] Error 2

bootstrapping compiler:
bash-4.0# gcc -v
Using built-in specs.
Target: powerpc-unknown-linux-gnu
Configured with: ../gcc-4.4.0/configure --disable-multilib --prefix=/usr
--libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls
--with-x=no --enable-long-long --host=powerpc-unknown-linux-gnu
--build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu
Thread model: posix
gcc version 4.4.0 (CRUX PPC) (GCC)

and binutils-2.19.1 and glibc-2.10.1


-- 


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


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