This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: c/6159: __builtin_va_list definition not generated in output of cpp


Synopsis: __builtin_va_list definition not generated in output of cpp

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Wed Apr  3 17:46:47 2002
State-Changed-Why:
    That type is exactly what it's name implies -- it is built
    in to the compiler.  It is not a macro, but rather predefined
    in the same manner as "int".
    
    You'll have to special-case it in your analysis.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6159


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