/cp
commitdf18edc85419592f43453deaa40011d74a5b9003
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2012 19:14:39 +0000 (31 19:14 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2012 19:14:39 +0000 (31 19:14 +0000)
treed339efb27257d9e65568af0b81ffe366c045baa2
parente717b69ae69757f29aade8bbd22bb3033920455b
/cp
2012-10-31  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54583
* tree.c (build_cplus_array_type): Set TREE_NO_WARNING on the
TYPE_SIZE of VLAs.

/testsuite
2012-10-31  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54583
* g++.dg/ext/vla13.C: New.

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