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]

Results for egcs-2.92.15 19981018 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu


Sources:	 - egcs mainline from CVS last updated at Sun Oct 18 14:12:19 1998 
Patches:
Environment:     - GNU binutils 2.9.1.0.13
                 - dejagnu-980528
                 - gperf-2.7 with gperf-2.7-19981006 patch for -F
                 - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
                 - glibc 2.0.6 (compiled by egcs-1.0.2)

Remarks:         Not the most successful build I've ever had.

                 I'm not quite sure how to track down where this
                 segfault is occurring; it pretty much must be cccp,
                 because sys-types.h and sys-protos.h haven't changed
                 in donkey's years.

                 Problem is, though, that cccp.c hasn't changed in a
                 good couple of days, yet yesterday's test run ran OK.


configure flags: --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/snapshot --enable-shared --disable-haifa
BOOT_CC:         egcs-2.91.57
BOOT_CFLAGS:     -W -Wall -O2 -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer
CFLAGS:          -W -Wall -O2 -march=pentium -mcpu=pentium -fomit-frame-pointer -g
CXXFLAGS:        -W -Wall -O2 -march=pentium -mcpu=pentium -fomit-frame-pointer -g

Bootstrap failed; last twenty lines are:

../../egcs/gcc/gcc.c:1180: warning: missing initializer for `extra_specs[0].ptr_spec'
../../egcs/gcc/gcc.c:1181: warning: missing initializer for `extra_specs[1].ptr_spec'
../../egcs/gcc/gcc.c:1182: warning: missing initializer for `extra_specs[2].ptr_spec'
../../egcs/gcc/gcc.c:1182: warning: missing initializer for `extra_specs[3].ptr_spec'
../../egcs/gcc/gcc.c:1188: warning: missing initializer for `extra_specs[4].ptr_spec'
../../egcs/gcc/gcc.c:1197: warning: missing initializer for `extra_specs[5].ptr_spec'
../../egcs/gcc/gcc.c: In function `handle_braces':
../../egcs/gcc/gcc.c:4242: warning: `endbody' might be used uninitialized in this function
stage1/xgcc -Bstage1/ -B/usr/packages.bin/egcs/snapshot/i586-pc-linux-gnu/bin/  -DIN_GCC    -W -Wall -W -Wall -O2 -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer  -DHAVE_CONFIG_H   -o xgcc gcc.o prefix.o version.o \
  choose-temp.o pexecute.o mkstemp.o  obstack.o      ../libiberty/libiberty.a
rm -f SYSCALLS.c tmp-SYSCALLS.s
cat ../../egcs/gcc/sys-types.h ../../egcs/gcc/sys-protos.h > SYSCALLS.c
./xgcc -B./ -B/usr/packages.bin/egcs/snapshot/i586-pc-linux-gnu/bin/  -DIN_GCC    -W -Wall -W -Wall -O2 -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -I./include     -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include \
  -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
xgcc: Internal compiler error: program cpp got fatal signal 11
make[2]: *** [SYSCALLS.c.X] Error 1
make[2]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc'
make: *** [bootstrap-lean] Error 2


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