PR c++/84429 - ICE capturing VLA.
authorJason Merrill <jason@redhat.com>
Tue, 20 Feb 2018 03:39:37 +0000 (22:39 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 Feb 2018 03:39:37 +0000 (22:39 -0500)
commit329a89d34cedb0aec759f9c4531d2dbba7f0937b
tree6cef8708887c842622e9437122302a89f1187077
parentc74c263c3bd8cc21c1651275c25ca23e9ea0be81
PR c++/84429 - ICE capturing VLA.

* lambda.c (build_capture_proxy): Handle reference refs.

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