Bugs item #41, was opened at 2004-07-02 11:52 You can respond by visiting: http://gforge.lrde.epita.fr/tracker/?func=detail&atid=101&aid=41&...
Category: c-grammar Group: None Status: Open Resolution: None Priority: 2 Submitted By: Olivier Gournet (gourne_o) Assigned to: Nobody (None) Summary: va_arg
Initial Comment: The macro va_arg is expanded into __builtin_va_arg, but this builtin still takes a type as parameter.
eg: char* a = __builtin_va_arg(va, char**)[0];
Whatever, the C grammar doesn't allow type as parameter. How should we handle this case ?
----------------------------------------------------------------------
You can respond by visiting: http://gforge.lrde.epita.fr/tracker/?func=detail&atid=101&aid=41&...
transformers-bugs@lrde.epita.fr