This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Does CCS support "__VA_ARGS__" ?



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.

  • 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