This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r251426 - in /trunk/gcc: cp/ChangeLog cp/method...


Author: jason
Date: Tue Aug 29 19:40:41 2017
New Revision: 251426

URL: https://gcc.gnu.org/viewcvs?rev=251426&root=gcc&view=rev
Log:
	Fix lambdas in template default argument of inherited ctor.

	* method.c (synthesized_method_base_walk): Replace an inherited
	template with its specialization.
	(synthesized_method_walk): Make inheriting_ctor a pointer.
	(maybe_explain_implicit_delete, explain_implicit_non_constexpr)
	(deduce_inheriting_ctor, implicitly_declare_fn): Adjust.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/method.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]