PR c++/60251
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 14:01:20 +0000 (14:01 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2014 14:01:20 +0000 (14:01 +0000)
commitb9c9af4c281b609840adcc272032c2d38f463b17
tree5eded1f97a4167997c4c70f0ff78d124ba7611a3
parent32bfbd38c08b2129bb63a8fc2f7b866aeabcc4a8
PR c++/60251
* lambda.c (is_normal_capture_proxy): Handle VLA capture.

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