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]

fixproto crash



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


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