This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 2.95.3 missing __builtin_va_alist ?
- To: "Boehne, Robert" <rboehne at ricardo-us dot com>
- Subject: Re: GCC 2.95.3 missing __builtin_va_alist ?
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 29 Mar 2001 22:08:24 -0500
- cc: "'Alexandre Oliva'" <aoliva at redhat dot com>, gcc at gcc dot gnu dot org
Which "include" directory. There usually only are two files in
the public include directory under <prefix>/include. There should be many
"fixed" files under <prefix>/lib/gcc-lib/<target>/2.95.3/include . It
seems more likely that some header file is not getting "fixed" correctly
or is inconsistent.
__builtin_va_list should be defined internally and used by
stdarg.h and varargs.h hidden in the private GCC headers directory.
David