This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: IRIX 6.5 bootstrap is broken
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: IRIX 6.5 bootstrap is broken
- From: Jason Merrill <jason at cygnus dot com>
- Date: 13 Jan 2000 12:47:15 -0800
- Cc: gcc-bugs at gcc dot gnu dot org, Richard Henderson <rth at cygnus dot com>, Fred Fish <fnf at be dot com>
- References: <20000113014056H.mitchell@dumbledore.codesourcery.com>
>>>>> Mark Mitchell <mark@codesourcery.com> writes:
> Folks --
> This part of your collective patch:
> * ginclude/varargs.h: (__va_list__): Define ifndef.
> * ginclude/stdarg.h: Likewise.
> breaks the IRIX 6.5 bootstrap. The fixed `stdio.h' file contains:
> typedef char *__va_list__;
> and `__va_list__' is defined to be empty. No joy.
> Ideas?
I guess fixincludes should be changed to use a different dummy name.
Jason