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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Mar  1 00:08:21 2019
New Revision: 269292

URL: https://gcc.gnu.org/viewcvs?rev=269292&root=gcc&view=rev
Log:
        PR c++/86969 - ICE with constexpr if and recursive generic lambdas.

        * class.c, lambda.c, pt.c: Revert earlier change.
        * lambda.c (add_capture): Don't special-case capture of dependent
        VLA.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/cp/lambda.c
    trunk/gcc/cp/pt.c

Reply via email to