This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ICE bootstrapping gcc 2002-04-25 trunk on sparc32-linux: crtstuff.c


This was on a Debian Woody (test release) sun4m system with these
packages:

binutils                           2.12.90.0.1-1
dejagnu                            1.4.2-1.1
gcc                                2:2.95.4-14 (Debian prerelease)
gcc-2.95			   1:2.95.4-7 (Debian prerelease)
gnat				   3.14p-3
kernel-image-2.2.20-sun4dm-smp     9
libc6                              2.2.5-4

In-tree joined gcc and binutils cvs trunks.

LAST_UPDATED: Thu Apr 25 16:58:03 UTC 2002

When trying to bootstrap I get this ICE:

echo timestamp > stmp-int-hdrs
./xgcc -B./ -B/usr/sparc-linux/bin/ -isystem /usr/sparc-linux/include -isystem /usr/sparc-linux/sys-include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I/share1/gcc-dev/gcc/gcc -I/share1/gcc-dev/gcc/gcc/. -I/share1/gcc-dev/gcc/gcc/config -I/share1/gcc-dev/gcc/gcc/../include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
   -c /share1/gcc-dev/gcc/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
./xgcc -B./ -B/usr/sparc-linux/bin/ -isystem /usr/sparc-linux/include -isystem /usr/sparc-linux/sys-include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I/share1/gcc-dev/gcc/gcc -I/share1/gcc-dev/gcc/gcc/. -I/share1/gcc-dev/gcc/gcc/config -I/share1/gcc-dev/gcc/gcc/../include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \
   -c /share1/gcc-dev/gcc/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \
  -o crtbeginS.o
In file included from /share1/gcc-dev/gcc/gcc/tsystem.h:81,
                 from /share1/gcc-dev/gcc/gcc/crtstuff.c:62:
/usr/include/stdlib.h: In function `atof':
/usr/include/stdlib.h:358: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [crtbegin.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /share1/gcc-dev/gcc/gcc/tsystem.h:81,
                 from /share1/gcc-dev/gcc/gcc/crtstuff.c:62:
/usr/include/stdlib.h: In function `atof':
/usr/include/stdlib.h:358: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [crtbeginS.o] Error 1
make[2]: Leaving directory `/share1/gcc-dev/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/share1/gcc-dev/objdir/gcc'
make: *** [bootstrap-lean] Error 2

Any ideas?

Cheers,

/ChJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]