This is the mail archive of the gcc-bugs@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]

[Bug c++/69842] [6 Regression] Parameter deduction in polymorphic lambdas


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69842

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Feb 17 20:45:15 2016
New Revision: 233506

URL: https://gcc.gnu.org/viewcvs?rev=233506&root=gcc&view=rev
Log:
        PR c++/69842
        * method.c (forward_parm): Split out from...
        (add_one_base_init): ...here.
        * lambda.c (maybe_add_lambda_conv_op): Use it.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/lambda.c
    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]