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]

Re: GCC 2.95.3 missing __builtin_va_alist ?


On Mar 28, 2001, Robert Boehne <rboehne@ricardo-us.com> wrote:

> /icarus/OCC/OCC/src/OpenGl/OpenGl_attri.c:559: `__builtin_va_alist'
> undeclared (first use in this function)

This is a relatively common symptom of having both varargs.h and
stdarg.h #included (directly or indirectly) in the same translation
unit.  This has been completely reworked in development snapshots, you
may want to give them a try before making the effort of coming up with
a bug report.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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