* call.c (call_copy_ctor): New.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 14:15:06 +0000 (14:15 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 14:15:06 +0000 (14:15 +0000)
commitbcc7f9c93dae57aad8bbcb6b5f32594a21f889bb
treebb8de79e5cf30cc8a35f32d7f3c8fd2456c4c076
parentdb743d1833d4bd120783803d305bc7a6a527b1e1
* call.c (call_copy_ctor): New.
(build_over_call): Use it to avoid infinite recursion on invalid code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216005 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/overload/ellipsis3.C [new file with mode: 0644]