re PR c++/11929 (Cannot obtain variable arguments list in function with last named...
authorJason Merrill <jason@gcc.gnu.org>
Tue, 9 Dec 2003 04:08:20 +0000 (23:08 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 9 Dec 2003 04:08:20 +0000 (23:08 -0500)
commit0b24b248db4bbf7e872cc523200e7468da686ef6
tree5bee3a7e01a47cfa78aca61bca39a283f9fca9ac
parent23131008f626e045108878a27e9aec497c1ffd5f
re PR c++/11929 (Cannot obtain variable arguments list in function with last named argument being of non-POD type)

        PR c++/11929
        * call.c (magic_varargs_p): New fn.
        (build_over_call): Do no ellipsis conversions for arguments to
        functions with magic varargs.

From-SVN: r74461
gcc/testsuite/g++.dg/other/stdarg2.C [new file with mode: 0644]