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]

Bootstrap failures on ia64 (was Re: Readiness of tree-ssa)


I just checked 3.4 branch and get exactly the same failure.  And I can't
find any trace of _Unwind_Resume_or_Rethrow being defined or used anywhere
but as extern declaration in unwind.h and

unwind-sjlj.c:#define _Unwind_Resume_or_Rethrow	_Unwind_SjLj_Resume_or_Rethrow

anyone has an idea what I'm doing wrong? This is Debian unstable, binutils
is 2.14.90.0.7-3, libc 2.3.2.ds1-10.0.

Thanks,

Richard.

On Tue, 20 Jan 2004, Richard Guenther wrote:

> On Tue, 20 Jan 2004, Diego Novillo wrote:
>
> > On Tue, 2004-01-20 at 14:59, Richard Guenther wrote:
> >
> > > Oh, and of course, f.i. ia64 doesn't bootstrap on the branch for quite
> > > some time now.
> > >
> > It does now.
>
> No it doesn't (updated 4 hours ago):
>
> /bin/sh ../libtool --tag=CXX --mode=link
> `/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/scripts/testsuite_flags
> --build-cxx` -R `/tmp/gcc-obj/gcc/xgcc -B/tmp/gcc-obj/gcc/
> -B/home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/bin/
> -B/home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/lib/ -isystem
> /home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/include -isystem
> /home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/sys-include
> -print-libgcc-file-name | sed 's,/[^/]*$,,'` -R
> /tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/src/.libs  -g -O2
> -D_GNU_SOURCE  -o abi_check  abi_check.o  -lm
> mkdir .libs
> /tmp/gcc-obj/gcc/g++ -shared-libgcc -B/tmp/gcc-obj/gcc/ -nostdinc++
> -B/home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/bin/
> -B/home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/lib/ -isystem
> /home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/include -isystem
> /home/rguenth/ia64/gccssa-200104/ia64-unknown-linux-gnu/sys-include -g -O2
> -D_GNU_SOURCE -o abi_check abi_check.o
> -L/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/src
> -L/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/src/.libs -lm
> -Wl,--rpath -Wl,/tmp/gcc-obj/gcc -Wl,--rpath
> -Wl,/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/src/.libs
> /tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
> undefined reference to `_Unwind_Resume_or_Rethrow'
> collect2: ld returned 1 exit status
> make[4]: *** [abi_check] Error 1
> make[4]: Leaving directory
> `/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3/testsuite'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/tmp/gcc-obj/ia64-unknown-linux-gnu/libstdc++-v3'
> make[1]: *** [all-target-libstdc++-v3] Error 2
> make[1]: Leaving directory `/tmp/gcc-obj'
> make: *** [bootstrap] Error 2
>
> see PR13766.
>
> Richard.
>


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