]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/60367 (Default argument object is not getting constructed)
authorJason Merrill <jason@redhat.com>
Tue, 13 May 2014 16:05:01 +0000 (12:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 May 2014 16:05:01 +0000 (12:05 -0400)
commitcb9aa15d4800610efc9311820264f652142e8fdb
tree4e662eb7127744c693507c1a1a70176273fb7171
parentbbfd6a0ea0fc0926328c9b08043839517f4502da
re PR c++/60367 (Default argument object is not getting constructed)

PR c++/60367
* call.c (convert_default_arg): Remove special handling for
CONSTRUCTOR.

From-SVN: r210381
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/overload/defarg8.C [new file with mode: 0644]