[Bug c++/66387] [5/6 Regression] ICE in make_decl_rtl with lambda
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 9 17:19:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66387
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun 9 17:19:18 2015
New Revision: 224292
URL: https://gcc.gnu.org/viewcvs?rev=224292&root=gcc&view=rev
Log:
PR c++/66387
* semantics.c (process_outer_var_ref): Make sure the value is
actually constant before returning it.
* typeck.c (cp_build_array_ref): Allow subscripting non-lvalue
array.
Added:
branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const5.C
Modified:
branches/gcc-5-branch/gcc/cp/ChangeLog
branches/gcc-5-branch/gcc/cp/semantics.c
branches/gcc-5-branch/gcc/cp/typeck.c
More information about the Gcc-bugs
mailing list