]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/tree.c
PR c++/84560 - ICE capturing multi-dimensional VLA.
authorJason Merrill <jason@redhat.com>
Tue, 27 Feb 2018 02:45:56 +0000 (21:45 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 27 Feb 2018 02:45:56 +0000 (21:45 -0500)
commited75f594a9afd438bd652136f7606d32a7f1a515
tree11cdc74796bb533461df6bb048a36a46159ea60a
parenta2444ce97021c7a1e9afe05d014435c4c6933659
PR c++/84560 - ICE capturing multi-dimensional VLA.

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

From-SVN: r258023
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C [new file with mode: 0644]