PR c++/79679 - missing destructor for argument
authorJason Merrill <jason@redhat.com>
Thu, 23 Feb 2017 01:15:43 +0000 (20:15 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Feb 2017 01:15:43 +0000 (20:15 -0500)
commit680ed1065a3701a55f1a800db4d70f08e5ea5194
treeda21f37a3a8e98b2bf848732e7cfe510014d3aad
parenta4759f362f5b1eeeea81beb17eedef6881096cc6
PR c++/79679 - missing destructor for argument

PR c++/79679 - missing destructor for argument
* call.c (build_over_call): Don't pass tf_no_cleanup to argument
conversions.

From-SVN: r245672
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/init/cleanup4.C [new file with mode: 0644]