From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17789 invoked by alias); 21 Dec 2004 21:52:53 -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 17766 invoked by uid 48); 21 Dec 2004 21:52:50 -0000 Date: Tue, 21 Dec 2004 21:52:00 -0000 From: "v dot haisman at sh dot cvut dot cz" To: gcc-bugs@gcc.gnu.org Message-ID: <20041221215248.19120.v.haisman@sh.cvut.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/19120] New: ICE: in ten_to_ptwo, at real.c:2007 X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03122.txt.bz2 List-Id: I have a bootstrap problem. ./xgcc -B./ -B/home/4/wilx/i386-unknown-freebsd4.10/bin/ -isystem /home/4/wilx/i386-unknown-freebsd4.10/include -isystem /home/4/wilx/i386-unknown-freebsd4.10/sys-include -L/home/4/wilx/tmp/gcc-head/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../srcdir/gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include -I../../srcdir/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \ -c ../../srcdir/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o :1: internal compiler error: in ten_to_ptwo, at real.c:2007 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [crtbegin.o] Error 1 make[2]: Leaving directory `/home/4/wilx/tmp/gcc-head/objdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/home/4/wilx/tmp/gcc-head/objdir/gcc' make: *** [bootstrap] Error 2 The whole content of crtstuff.i that GCC produces with -save-temps is this: wilx@logout:::~/tmp/gcc-head/objdir/gcc> cat crtstuff.i # 1 "../../srcdir/gcc/crtstuff.c" # 1 "" -- Summary: ICE: in ten_to_ptwo, at real.c:2007 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: v dot haisman at sh dot cvut dot cz CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot cvut dot cz GCC build triplet: i386-unknown-freebsd4.10 GCC host triplet: i386-unknown-freebsd4.10 GCC target triplet: i386-unknown-freebsd4.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19120