This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bad change to ginclude/va-alpha.h
- To: law at cygnus dot com, "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: bad change to ginclude/va-alpha.h
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 26 Aug 1998 10:02:25 -0700
- Cc: rth at cygnus dot com, weiwen dot liu at yale dot edu, egcs at cygnus dot com
- References: <199808162122.RAA13868@caip.rutgers.edu> <1041.904120488@hurl.cygnus.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Wed, Aug 26, 1998 at 02:34:48AM -0600, Jeffrey A Law wrote:
> > I traced this to the known include file ordering problem
> > between inclusion of stdarg.h/varargs.h and stdio.h (which we get via
> > system.h).
> Ugh. Let's fix this once and for all.
The root problem seems to be that OSF has a va_list.h that several
system headers like stdio.h include. In my mind we should provide
a replacement that uses our definition of __va_list.
Weiwen did not report success when I asked him to try this out. In
the meantime I got sidetracked and didn't get back to it. Oops.
r~