From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14614 invoked by alias); 16 Apr 2010 16:15:19 -0000 Received: (qmail 14025 invoked by uid 22791); 16 Apr 2010 16:14:59 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from comm.purplecow.org (HELO comm.purplecow.org) (210.87.62.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Apr 2010 16:14:50 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=iso-8859-1 Received: from interact.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPA id <0L0Z00NZZ94N5B50@comm.purplecow.org> for gcc-bugs@gcc.gnu.org; Sat, 17 Apr 2010 02:14:47 +1000 (EST) Received: from interact.purplecow.org ([10.0.66.17] helo=interact.purplecow.org) with IPv4:25 by ASSP.nospam; Sat, 17 Apr 2010 02:14:47 +1000 Received: from 10.0.66.17 (proxying for unknown) (SquirrelMail authenticated user dclarke@blastwave.org) by interact.purplecow.org with HTTP; Fri, 16 Apr 2010 12:14:47 -0400 (EDT) Message-id: <50535.10.0.66.17.1271434487.squirrel@interact.purplecow.org> Date: Fri, 16 Apr 2010 16:15:00 -0000 Subject: gcc-4.5.0 internal compiler error: Segmentation Fault From: Dennis Clarke To: gcc-bugs@gcc.gnu.org Reply-to: dclarke@blastwave.org User-Agent: SquirrelMail/1.4.11 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg01584.txt.bz2 On Solaris 8 i386 I tried a bootstrap with GCC 4.4.3 as the working compiler in /usr/local thus : $ which gcc /usr/local/gcc4/bin/gcc $ gcc --version gcc (Blastwave.org Inc. Sun Apr 4 06:2453 GMT 2010) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ gcc -dumpmachine i386-pc-solaris2.8 When attempting to bootstrap gcc 4.5.0 I eventually get : . . . /opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1/./gcc/xgcc -B/opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1/./gcc/ -B/usr/local/gcc4/i386-pc-solaris2.8/bin/ -B/usr/local/gcc4/i386-pc-solaris2.8/lib/ -isystem /usr/local/gcc4/i386-pc-solaris2.8/include -isystem /usr/local/gcc4/i386-pc-solaris2.8/sys-include -g -march=i386 -O2 -g -march=i386 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../../../gcc-4.5.0/libgcc -I../../../../../gcc-4.5.0/libgcc/. -I../../../../../gcc-4.5.0/libgcc/../gcc -I../../../../../gcc-4.5.0/libgcc/../include -DHAVE_CC_TLS -DUSE_EMUTLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -fexceptions -c ../../../../../gcc-4.5.0/libgcc/../gcc/config/soft-fp/addtf3.c /opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1/./gcc/xgcc -B/opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1/./gcc/ -B/usr/local/gcc4/i386-pc-solaris2.8/bin/ -B/usr/local/gcc4/i386-pc-solaris2.8/lib/ -isystem /usr/local/gcc4/i386-pc-solaris2.8/include -isystem /usr/local/gcc4/i386-pc-solaris2.8/sys-include -g -march=i386 -O2 -g -march=i386 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../../../gcc-4.5.0/libgcc -I../../../../../gcc-4.5.0/libgcc/. -I../../../../../gcc-4.5.0/libgcc/../gcc -I../../../../../gcc-4.5.0/libgcc/../include -DHAVE_CC_TLS -DUSE_EMUTLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../../../../../gcc-4.5.0/libgcc/../gcc/config/soft-fp/divtf3.c ../../../../../gcc-4.5.0/libgcc/../gcc/config/soft-fp/divtf3.c: In function '__divtf3': ../../../../../gcc-4.5.0/libgcc/../gcc/config/soft-fp/divtf3.c:38:1: warning: 'R_e' may be used uninitialized in this function ../../../../../gcc-4.5.0/libgcc/../gcc/config/soft-fp/divtf3.c:49:1: internal compiler error: Segmentation Fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [divtf3.o] Error 1 make[3]: Leaving directory `/opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1/i386-pc-solaris2.8/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 make[2]: Leaving directory `/opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/csw/src/GNU/GCC/gcc-4.5.0-local-try1' make: *** [all] Error 2 $ Let me know what other data is needed. -- Dennis Clarke dclarke@opensolaris.ca <- Email related to the open source Solaris dclarke@blastwave.org <- Email related to open source for Solaris