r251427 - in /trunk/gcc: cp/ChangeLog cp/call.c...

jason@gcc.gnu.org jason@gcc.gnu.org
Tue Aug 29 19:40:00 GMT 2017


Author: jason
Date: Tue Aug 29 19:40:55 2017
New Revision: 251427

URL: https://gcc.gnu.org/viewcvs?rev=251427&root=gcc&view=rev
Log:
	PR c++/80767 - unnecessary instantiation of generic lambda

	* call.c (convert_like_real): Call build_user_type_conversion_1 if
	cand is null.
	(add_conv_candidate): Build a ck_user conversion with no candidate.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1z/lambda-inherit1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c



More information about the Gcc-cvs mailing list