This is the mail archive of the gcc-bugs@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]

Death of stupid causes death of IRIX?



Richard --

  It seems, based on binary search, that your change:

    2000-01-19  Richard Henderson  <rth@cygnus.com>
    
     	* stupid.c: Die die die.
     	* Makefile.in (OBJS): Remove stupid.o.
     	(stupid.o): Likewise.

and it's related additional changes is somehow responsible for the
fact that the IRIX6 bootstrap is failing.  The bug appears to be that
somehow a structure return value is being clobbered in some way before
it reaches the caller, causing a crash in `cpp'.  Will you have a
chance to check this out?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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