]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/60251 ([c++11] ICE capturing variable-length array)
authorJason Merrill <jason@redhat.com>
Fri, 21 Feb 2014 14:01:20 +0000 (09:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 21 Feb 2014 14:01:20 +0000 (09:01 -0500)
commite429bc3555e7c3cbbc3b03ee0dbf78b3b9a4c198
tree5eded1f97a4167997c4c70f0ff78d124ba7611a3
parenta866509aeb4f15738fe362a113265c2fcfe943d5
re PR c++/60251 ([c++11] ICE capturing variable-length array)

PR c++/60251
* lambda.c (is_normal_capture_proxy): Handle VLA capture.

From-SVN: r207995
gcc/cp/ChangeLog
gcc/cp/lambda.c
gcc/testsuite/g++.dg/cpp1y/vla11.C [new file with mode: 0644]