From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8022 invoked by alias); 22 Oct 2003 18:57:12 -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 7987 invoked from network); 22 Oct 2003 18:57:11 -0000 Received: from unknown (HELO nikam.ms.mff.cuni.cz) (195.113.18.106) by sources.redhat.com with SMTP; 22 Oct 2003 18:57:11 -0000 Received: from camelot.ms.mff.cuni.cz (kampanus.ms.mff.cuni.cz [195.113.18.107]) by nikam.ms.mff.cuni.cz (Postfix) with SMTP id 1B4D54E27E; Wed, 22 Oct 2003 20:57:12 +0200 (CEST) Received: by camelot.ms.mff.cuni.cz (sSMTP sendmail emulation); Wed, 22 Oct 2003 20:57:11 +0200 Date: Wed, 22 Oct 2003 20:14:00 -0000 From: Jan Hubicka To: "H. J. Lu" Cc: "Vladimir A. Merzliakov" , jh@suse.cz, Paolo Carlini , gcc@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: Bootstrap broken at the beginning of libstdc++-v3 Message-ID: <20031022185711.GB28446@kam.mff.cuni.cz> References: <3F96CB45.7040106@suse.de> <006301c398ca$3d59b1d0$10fcd0c3@npt> <20031022183947.GA19606@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031022183947.GA19606@lucon.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-10/txt/msg01092.txt.bz2 > On both Linux/i686 and Linux/ia64, I got > > configure:4883: /export/build/gnu/gcc/build-ia64-linux/gcc/xgcc -shared-libgcc > -B/export/build/gnu/gcc/build-ia64-linux/gcc/ -nostdinc++ > -L/export/build/gnu/gcc/build-ia64-linux/ia64-unknown-linux-gnu/libstdc++-v3/src > -L/export/build/gnu/gcc/build-ia64-linux/ia64-unknown-linux-gnu/libstdc++-v3/src/.libs > -B/usr/gcc-3.4/ia64-unknown-linux-gnu/bin/ > -B/usr/gcc-3.4/ia64-unknown-linux-gnu/lib/ -isystem > /usr/gcc-3.4/ia64-unknown-linux-gnu/include -isystem > /usr/gcc-3.4/ia64-unknown-linux-gnu/sys-include -c -S -O2 -g -O2 conftest.cc > >&5 > configure:4872: internal compiler error: in cgraph_function_possibly_inlined_p, > at cgraph.c:541 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > configure:4886: $? = 1 > configure:4913: error: unable to detect exception model > > It looks like > > http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01850.html Interesting. It appears to work for me. I will check it today. Honza > > is the problem. > > > H.J. > --- > On Wed, Oct 22, 2003 at 10:28:07PM +0400, Vladimir A. Merzliakov wrote: > > > Hi, > > > > > > current mainline doesn't bootstrap on at least i686-pc-linux-gnu and > > > x86_64-unknown-linux-gnu. > > > > > [skip] > > > appending configuration tag "CXX" to libtool > > > checking for exception model to use... configure: error: unable to > > > detect exception model > > > make[1]: *** [configure-target-libstdc++-v3] Error 1 > > > make[1]: Leaving directory `/home/paolo/Gcc/cvs-dirs/gcc-head-build' > > > make: *** [bootstrap] Error 2 > > > > > Same error at i386-unknown-freebsd5.1 > > > > Vladimir > >