re PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results in internal compiler error...
authorJason Merrill <jason@redhat.com>
Thu, 4 Dec 2014 20:37:30 +0000 (15:37 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 4 Dec 2014 20:37:30 +0000 (15:37 -0500)
commitef9f382ca52a80bb8575d73d7cc8d3ddbf5f7ad7
tree49c4e37adfdcdda395e897cca82fb1cbe690ac32
parenta1408b7e414610b8d7e2d3d6784746cff578178f
re PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault)

PR c++/64029
* decl.c (grok_reference_init): Complete array type.

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