[Bug target/69846] empty struct value fails to pass properly

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 22 23:05:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69846

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
In C++11 dummy is a POD, and passing non-PODs through varargs is
conditionally-supported anyway (and G++ supports it).


More information about the Gcc-bugs mailing list