This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fixproto crash
- To: egcs at cygnus dot com
- Subject: fixproto crash
- From: Mark Mitchell <mark at markmitchell dot com>
- Date: Tue, 15 Dec 1998 14:18:51 -0800
- Reply-to: mark at markmitchell dot com
Folks --
On an sgi-irix-6.5 build I'm seeing:
Various warnings and error messages from fixproto are normal
if [ -d include ] ; then true; else mkdir include; fi
if [ -f include/fixed ] ; then true; \
else \
: This line works around a 'make' bug in BSDI 1.1.; \
FIXPROTO_DEFINES="-D__EXTENSIONS__ -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS"; export FIXPROTO_DEFINES; \
if [ -d /usr/include ] ; then \
/bin/sh ../../gcc/fixproto include include /usr/include; \
else true; fi; \
touch include/fixed; \
fi
fixproto: populating `include'
../../gcc/fixproto[251]: 277590 Bus error(coredump)
While I understand that `various warnings and error messages from
fixproto are normal', I would not expect `coredump' to be among them.
Interestingly, the build continues; only my eagle eyes :-) spotted
this possible problem.
Finally, I thought we'd cut over to fast-fixincludes, but I guess
that's still a configuration option? Why haven't we thrown the
switch?
--
Mark Mitchell mark@markmitchell.com
Mark Mitchell Consulting http://www.markmitchell.com