Bug 13193 - [tree-ssa] Another ICE during bootstrap
Summary: [tree-ssa] Another ICE during bootstrap
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: rtl-optimization (show other bugs)
Version: tree-ssa
: P2 critical
Target Milestone: tree-ssa
Assignee: Not yet assigned to anyone
URL:
Keywords: build, ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2003-11-26 01:11 UTC by kargl@troutmask.apl.washington.edu
Modified: 2003-11-27 16:09 UTC (History)
1 user (show)

See Also:
Host: i386-unknown-freebsd5.1
Target: i386-unknown-freebsd5.1
Build: i386-unknown-freebsd5.1
Known to work:
Known to fail:
Last reconfirmed: 2003-11-26 16:45:20


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kargl@troutmask.apl.washington.edu 2003-11-26 01:11:49 UTC
gmake[1]: Leaving directory `/home/sgk/obj/libbanshee'
gmake[1]: Entering directory `/home/sgk/obj/gcc'
/home/sgk/obj/gcc/xgcc -B/home/sgk/obj/gcc/ -B/home/sgk/i386-unknown-freebsd5.1/bin/ -B/home/sgk/i386-unknown-freebsd5.1/lib/ -isystem /home/sgk/i386-unknown-freebsd5.1/include -isystem /home/sgk/i386-unknown-freebsd5.1/sys-include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -isystem ./include  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../intl -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to -I/usr/local/include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
   -c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../gcc/gcc/crtstuff.c: In function `__do_global_dtors_aux':

../../gcc/gcc/crtstuff.c:256: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [crtbegin.o] Error 1
gmake[1]: Leaving directory `/home/sgk/obj/gcc'
gmake: *** [all-gcc] Error 2

Environment:
System: FreeBSD troutmask.apl.washington.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Sep 18 11:50:56 PDT 2003 kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK i386


	
host: i386-unknown-freebsd5.1
build: i386-unknown-freebsd5.1
target: i386-unknown-freebsd5.1
configured with: ../gcc/configure --enable-languages=c,f95 --prefix=/home/sgk --with-gmp=/usr/local --disable-libmudflap

How-To-Repeat:
 Try to bootstrap tree-ssa branch.
Comment 1 Andrew Pinski 2003-11-26 16:45:18 UTC
Most likely the same problem as report here: <http://gcc.gnu.org/ml/gcc/2003-11/
msg01359.html>.
Comment 2 Andrew Pinski 2003-11-27 07:21:59 UTC
Should be fixed now, can you try again?
Comment 3 kargl@troutmask.apl.washington.edu 2003-11-27 15:06:52 UTC
Subject: Re:  [tree-ssa] Another ICE during bootstrap

pinskia at gcc dot gnu dot org wrote:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-27 07:21 -------
> Should be fixed now, can you try again?
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|NEW                         |WAITING
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13193
> 

Yes, the problem seems to be fixed.

Comment 4 Andrew Pinski 2003-11-27 16:09:03 UTC
Fixed.