re PR c++/66921 (failure to determine size of static constexpr array that is nested...
authorJason Merrill <jason@redhat.com>
Tue, 22 Dec 2015 21:46:50 +0000 (16:46 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 22 Dec 2015 21:46:50 +0000 (16:46 -0500)
commit56343945983971d8fac3d80bf8c06d9c2fb07ad6
treefe7cde7bee77c04e90dcf5e889fdad8be6a5a583
parentdfc9c481360183f1b2c4914b66c4303babc04df1
re PR c++/66921 (failure to determine size of static constexpr array that is nested within a templated class)

PR c++/66921
* decl.c (cp_complete_array_type): Allow an initializer that
already has array type.

From-SVN: r231914
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/constexpr-array14.C [new file with mode: 0644]