This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new bootstrap error
- To: gcc at gcc dot gnu dot org
- Subject: new bootstrap error
- From: Robert Lipe <robertl at sco dot com>
- Date: Sun, 19 Mar 2000 20:53:22 -0600
Target=i586-sco-sysv5uw7.1.1
$ contrib/gcc_update -A '18 Mar 2000'
bootstrap will complete.
With the current top of tree, it aborts.
gmake[3]: Leaving directory `/lfs/home20/robertl/tmp/negcs/gcc/intl'
./gencheck > tmp-check.h
Segmentation Fault - core dumped
$ contrib/gcc_update -D '18 Mar 2000' gcc/config/i386
Updating CVS tree
P gcc/config/i386/i386-protos.h
P gcc/config/i386/i386.c
P gcc/config/i386/i386.h
P gcc/config/i386/i386.md
Adjusting file timestamps
[ gcc builds past the above point. I didn't wait fot he build to finish. ]
$ contrib/gcc_update -A gcc/config/i386
Bootstrap aborts in the same way as before.
./gencheck > tmp-check.h
./gengenrtl -h >tmp-genrtl.h
Segmentation Fault - core dumped
Segmentation Fault - core dumped
I don't know if the failure is in the i386 directory or if it's
elsewhere and merely exposed by the i386 changes. But bootstrap is,
once again, broken....
RJL