[Bug c++/65075] [5 Regression] constexpr regression

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 17 08:26:00 GMT 2015


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Feb 17 08:25:30 2015
New Revision: 220748

URL: https://gcc.gnu.org/viewcvs?rev=220748&root=gcc&view=rev
Log:
    PR c++/65075
    * constexpr.c (check_constexpr_bind_expr_vars): Allow
    implicit typedefs for lambda types.

    * g++.dg/cpp0x/pr65075.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr65075.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constexpr.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list