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

--- Comment #9 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Thu Jan 17 12:58:50 2019
New Revision: 268029

URL: https://gcc.gnu.org/viewcvs?rev=268029&root=gcc&view=rev
Log:
[PR c++/86610] lambda captures in templates

https://gcc.gnu.org/ml/gcc-patches/2019-01/msg00948.html
        PR c++/86610
        * semantics.c (process_outer_var_ref): Only skip dependent types
        in templates.

        PR c++/86610
        * g++.dg/cpp0x/pr86610.C: New.

Added:
    branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr86610.C
Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/semantics.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog

Reply via email to