[cxx-abi-dev] Passing non-trivial types through ...

Jason Merrill jason at redhat.com
Wed Aug 13 03:49:08 UTC 2014


On 08/12/2014 07:06 PM, Nelson, Clark wrote:
> The obvious next question is, exactly how would the implementation of va_arg work for non-trivial types?

For GCC and clang at least, va_arg is just defined to __builtin_va_arg, 
so it's easy for the compiler to do the right thing.

Jason



More information about the cxx-abi-dev mailing list