[Bug c++/82069] [8 Regression] ICE: Segmentation fault

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 18 17:41:00 GMT 2017


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

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Sep 18 17:41:07 2017
New Revision: 252936

URL: https://gcc.gnu.org/viewcvs?rev=252936&root=gcc&view=rev
Log:
        PR c++/82069 - ICE with lambda in template

        * semantics.c (process_outer_var_ref): Check uses_template_parms
        instead of any_dependent_template_arguments_p.

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


More information about the Gcc-bugs mailing list