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 ?


	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


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