HI:
Does CCS support __VA_ARGS__ ?
This is supported by our latest compilers when compiled with --gcc option (to enable GNU extension support). Please refer to the C/C++ Compiler Users Guide for the processor family you are using for more information on the specific GCC extensions that are supported.
If a post answers your question please mark it with the "Verify Answer" button
Search the wikis for common questions: CGT, BIOS, CCSv3, CCSv4Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box
The --gcc option is currently only available for C builds. I would like to use __va_args__ in C++ builds. Is there any particular reason why there isn't gcc/g++ compatibility for C++ builds? Or any particular reason why __va_args__ can't be included in normal compile mode? Should you be using EDG as a C++ front-end, I believe it does support g++ compatibility as well as gcc compatibility.
Thanks,
Alex Wilson