]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/17232
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Mar 2013 18:21:06 +0000 (18:21 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Mar 2013 18:21:06 +0000 (18:21 +0000)
commitfac5b1559a73486d1badc11111b9c4e3373c73f0
treeb653fabcd551139e4fa8edf62c9316f0ab483238
parent5fe9c9f23937c1f7aff6d5135fb6b81ac14df372
PR c++/17232
PR c++/52748
* typeck2.c (abstract_virtuals_error_sfinae): Don't complete
the type if tf_decltype is set.
* pt.c (fn_type_unification): Add decltype_p parm.
(get_bindings): Adjust.
* cp-tree.h: Adjust.
* class.c (resolve_address_of_overloaded_function): Adjust.
* call.c (add_template_candidate_real, print_z_candidate): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197214 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/typeck2.c
gcc/testsuite/g++.dg/cpp0x/decltype-call2.C [new file with mode: 0644]