This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/64029] [4.9/5 Regression] const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64029

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Dec  4 20:37:30 2014
New Revision: 218402

URL: https://gcc.gnu.org/viewcvs?rev=218402&root=gcc&view=rev
Log:
    PR c++/64029
    * decl.c (grok_reference_init): Complete array type.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist89.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]