PR c++/84429 - ICE capturing VLA.
commite86f32c088263317a3d74cbdf242381743a22dcd
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Feb 2018 03:39:37 +0000 (20 03:39 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Feb 2018 03:39:37 +0000 (20 03:39 +0000)
tree6cef8708887c842622e9437122302a89f1187077
parentc15ebdc4d23e1bfb7590dc7ac3fd90e6a0bfdb28
PR c++/84429 - ICE capturing VLA.

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

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