r197214 - in /trunk/gcc: cp/ChangeLog cp/call.c...
jason@gcc.gnu.org
jason@gcc.gnu.org
Thu Mar 28 18:21:00 GMT 2013
Author: jason
Date: Thu Mar 28 18:21:06 2013
New Revision: 197214
URL: http://gcc.gnu.org/viewcvs?rev=197214&root=gcc&view=rev
Log:
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.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/decltype-call2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c
trunk/gcc/cp/class.c
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/pt.c
trunk/gcc/cp/typeck2.c
More information about the Gcc-cvs
mailing list