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++/60250] [4.9 Regression] [c++1y] ICE using lambda for array size


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60250

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Feb 21 14:01:29 2014
New Revision: 207996

URL: http://gcc.gnu.org/viewcvs?rev=207996&root=gcc&view=rev
Log:
    PR c++/60250
    * parser.c (cp_parser_direct_declarator): Don't wrap a
    type-dependent expression in a NOP_EXPR.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/vla12.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]