From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26079 invoked by alias); 18 Mar 2004 09:19:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26072 invoked from network); 18 Mar 2004 09:19:55 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 18 Mar 2004 09:19:55 -0000 Received: from localhost.localdomain (212.129.22.75) by mail.libertysurf.net (6.5.036) id 403C47940260B6C1; Thu, 18 Mar 2004 10:19:18 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: zumbi@magari.sytes.net Subject: Re: Bug report Date: Thu, 18 Mar 2004 09:19:00 -0000 User-Agent: KMail/1.4.3 References: <36934.62.57.58.10.1079575473.squirrel@62.57.58.10> In-Reply-To: <36934.62.57.58.10.1079575473.squirrel@62.57.58.10> Cc: gcc-bugs@gcc.gnu.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200403181025.34031.ebotcazou@libertysurf.fr> X-SW-Source: 2004-03/txt/msg02177.txt.bz2 List-Id: > ./xgcc -B./ -B/tools/i686-pc-linux-gnu/bin/ -isystem > /tools/i686-pc-linux-gnu/include -isystem > /tools/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem > ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 > -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.3.1/gcc > -I../../gcc-3.3.1/gcc/. -I../../gcc-3.3.1/gcc/config > -I../../gcc-3.3.1/gcc/../include -fexceptions -c > ../../gcc-3.3.1/gcc/unwind-dw2-fde-glibc.c -o > libgcc/./unwind-dw2-fde-glibc.o > In file included from ../../gcc-3.3.1/gcc/unwind-dw2-fde-glibc.c:58: > ../../gcc-3.3.1/gcc/unwind-dw2-fde.c: In function `__register_frame_info': > ../../gcc-3.3.1/gcc/unwind-dw2-fde.c:105: internal compiler error: > Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[3]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1 > make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc' > make[2]: *** [libgcc.a] Error 2 > make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc' > make[1]: *** [stage3_build] Error 2 > make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc' > make: *** [bootstrap] Error 2 You are trying to bootstrap GCC 3.3.1 with GCC 3.3.3, right? > generated by adding -save-temps Please file a PR with bugzilla and add the .i file generated by the last ./xgcc command issued before the crash plus --save-temps. -- Eric Botcazou