[cfe-commits] r42857 - in /cfe/trunk: AST/ASTContext.cpp AST/Builtins.cpp Sema/SemaDecl.cpp include/clang/AST/ASTContext.h include/clang/AST/Builtins.def

Chris Lattner clattner at apple.com
Thu Oct 11 08:21:17 PDT 2007


On Oct 11, 2007, at 5:49 AM, Gabor Greif wrote:

> Hi Anders,
>
> I have filed a related bug as
>
> http://llvm.org/bugs/show_bug.cgi?id=1682
>
> I am curious to know whether there
> is a difference between __builtin_va_list (which you have added)
> and __builtin_va_alist(note the *alist* part) which occurs in that  
> bug.
>
> Maybe these things are tightly coupled, and should be treated the
> same way.

Hi Gabor,

After googling for __builtin_va_alist, it is apparently mostly known  
for when it isn't defined :).

I can't find useful references to it in the GCC sources either.  Do  
you have any idea what it does?  If you can figure out what the  
definition is on your system, and find out who is supposed to define  
it (e.g. is it built into the front-end?) we can get it defined.

-Chris 



More information about the cfe-commits mailing list