https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84560
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue Feb 27 02:45:56 2018 New Revision: 258023 URL: https://gcc.gnu.org/viewcvs?rev=258023&root=gcc&view=rev Log: PR c++/84560 - ICE capturing multi-dimensional VLA. * tree.c (array_of_runtime_bound_p): False if the element is variably-modified. Added: trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/tree.c