This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12312] Bootstrap fails compiling unwind-dw2.c
- From: "lucier at math dot purdue dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Sep 2003 03:22:09 -0000
- Subject: [Bug bootstrap/12312] Bootstrap fails compiling unwind-dw2.c
- References: <20030917032007.12312.lucier@math.purdue.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12312
------- Additional Comments From lucier at math dot purdue dot edu 2003-09-17 03:22 -------
Ah, hit return again to go from summary to the comments field. Sorry ...
Bootstrap fails with
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/home/c/lucier/programs/gcc/gcc-3.4/objdir-sparc/gcc/../ld -O2 -DIN_GCC -W
-Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I
-I../../gcc -I../../gcc/ -I../../gcc/../include -I../intl -fexceptions -c
../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc/unwind-dw2.c: In function `uw_init_context_1':
../../gcc/unwind-dw2.c:1276: warning: missing braces around initializer
../../gcc/unwind-dw2.c:1276: warning: (near initialization for
`once_regsizes.__pthread_once_pad')
../../gcc/unwind-pe.h: In function `base_of_encoded_value':
../../gcc/unwind-pe.h:118: internal compiler error: Segmentation Fault
This was updated from cvs a little after midnight GMT time on September 17.
Brad