]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/55520
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2013 03:13:06 +0000 (03:13 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2013 03:13:06 +0000 (03:13 +0000)
commit4c540d9a175d525c62e423d42e72d0c8599f9142
tree70fc133fcddca345d1e4ca13d3c1c6e8de9ff64f
parent53b567c16985ce349d6bfb0ac087b00e1e96dddc
PR c++/55520
* semantics.c (add_capture): Diagnose capture of variable-size
type that is not a C++1y array of runtime bound.

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