macros with named variadic argument
sunCC supports variadic macros. suncc also supports the gcc extension that allows to give a name to the '...' argument (other than __VA_ARGS__). Could this be added to sunCC as well? It is used everywhere in the linux kernel, and one often has to include (indirectly) linux headers in C++ code as well.

