re PR c++/43555 (wrong address calculation of multidimensional variable-length array...
commit6ab4e49cf07eb5a88ee22018db6b4be5715dc4f3
authorJason Merrill <jason@redhat.com>
Thu, 27 May 2010 18:39:28 +0000 (27 14:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 27 May 2010 18:39:28 +0000 (27 14:39 -0400)
tree1b85f7a0d257ecc9011ec995e7345b82efe83f45
parent7ec62b257548e59a77eb7b7c2ffc467bc5fa21c7
re PR c++/43555 (wrong address calculation of multidimensional variable-length array element)

PR c++/43555
* decl.c (grokdeclarator) [cdk_pointer et al]: Force evaluation of
anonymous VLA size.

From-SVN: r159939
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vla9.C [new file with mode: 0644]