PR c++/84560 - ICE capturing multi-dimensional VLA.
commitbb85f261db744c5fc71fcaa2ebc4219d1a1a3887
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Feb 2018 02:45:56 +0000 (27 02:45 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Feb 2018 02:45:56 +0000 (27 02:45 +0000)
tree11cdc74796bb533461df6bb048a36a46159ea60a
parentf52b11fe7d329639d1ae0ea33ebb91f2a5927ab9
PR c++/84560 - ICE capturing multi-dimensional VLA.

* tree.c (array_of_runtime_bound_p): False if the element is
variably-modified.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258023 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C [new file with mode: 0644]