From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2111 invoked by alias); 20 Jan 2004 21:55:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2091 invoked from network); 20 Jan 2004 21:55:25 -0000 Received: from unknown (HELO mailout03.sul.t-online.com) (194.25.134.81) by sources.redhat.com with SMTP; 20 Jan 2004 21:55:25 -0000 Received: from fwd10.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1Aj3pw-0007gm-05; Tue, 20 Jan 2004 22:55:04 +0100 Received: from kolme (bdHA9mZBrex5uaGJq3H9xdqM9vT04ss6d3Ftf8pl1auXfT09bpQ98L@[80.138.191.254]) by fmrl10.sul.t-online.com with esmtp id 1Aj3pY-0XzBmC0; Tue, 20 Jan 2004 22:54:40 +0100 Received: from goofy.hamnixda.de ([192.168.100.249] helo=goofy) by kolme with esmtp (Exim 3.35 #1 (Debian)) id 1Aj3pU-0000ZW-00; Tue, 20 Jan 2004 22:54:36 +0100 Received: from richard (helo=localhost) by goofy with local-esmtp (Exim 3.36 #1 (Debian)) id 1Aj3pT-0000gU-00; Tue, 20 Jan 2004 22:54:35 +0100 Date: Tue, 20 Jan 2004 21:55:00 -0000 From: Richard Guenther To: Diego Novillo cc: Wolfgang Bangerth , "gcc@gcc.gnu.org" , Gerald Pfeifer Subject: Re: Readiness of tree-ssa In-Reply-To: <1074629255.14606.64.camel@frodo.toronto.redhat.com> Message-ID: References: <200401201348.42927.bangerth@ices.utexas.edu> <1074629255.14606.64.camel@frodo.toronto.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: bdHA9mZBrex5uaGJq3H9xdqM9vT04ss6d3Ftf8pl1auXfT09bpQ98L@t-dialin.net X-SW-Source: 2004-01/txt/msg01568.txt.bz2 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.