From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21306 invoked by alias); 22 Apr 2009 14:44:54 -0000 Received: (qmail 21069 invoked by uid 48); 22 Apr 2009 14:44:33 -0000 Date: Wed, 22 Apr 2009 14:44:00 -0000 Subject: [Bug bootstrap/39849] New: stage1 compiler segfault during `make profiledbootstrap' X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dennis dot wassel at googlemail dot com" 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: 2009-04/txt/msg01948.txt.bz2 I've tried to build the shiny new 4.4, but it seems the stage1 compiler has hiccuped here: /localdata/install/gcc/objdir-gcc-4.4.0/./gcc/xgcc -B/localdata/install/gcc/objdir-gcc-4.4.0/./gcc/ -B/localdata/i686-pc-linux-gnu/bin/ -B/localdata/i686-pc-linux-gnu/lib/ -isystem /localdata/i686-pc-linux-gnu/include -isystem /localdata/i686-pc-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../gcc-4.4.0/libgcc -I../../../gcc-4.4.0/libgcc/. -I../../../gcc-4.4.0/libgcc/../gcc -I../../../gcc-4.4.0/libgcc/../include -I../../../gcc-4.4.0/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../../../gcc-4.4.0/libgcc/../gcc/config/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS ' In function '__divtf3': 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 `/localdata/install/gcc/objdir-gcc-4.4.0/i686-pc-linux-gnu/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 make[2]: Leaving directory `/localdata/install/gcc/objdir-gcc-4.4.0' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/localdata/install/gcc/objdir-gcc-4.4.0' make: *** [profiledbootstrap] Error 2 gcc was configured with ../gcc-4.4.0/configure --prefix=/localdata --program-suffix=-4.4.0 --enable-languages=c,c++,fortran --with-gp=/localdata --with-mpfr=/localdata --with-ppl=/localdata --with-cloog=/localdata --enable-version-specific-runtime-libs --with-arch=athlon64 --with-tune=athlon64 and built with make CFLAGS='-O2' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' profiledbootstrap (on a side note: make died at host-linux.c because SSIZE_MAX is not defined by my system, so I #defined it and carried on bootstrapping *without* cleaning) Also, my ClooG config is a bit fishy, but this should not really concern xgcc, should it? -- Summary: stage1 compiler segfault during `make profiledbootstrap' Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dennis dot wassel at googlemail dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39849