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++/49669] [4.6/4.7 Regression] [C++0x] Compiler crashes with "internal compiler error: in perform_member_init, at cp/init.c:530"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49669

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-06 04:34:33 UTC ---
Author: jason
Date: Sat Aug  6 04:34:29 2011
New Revision: 177497

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177497
Log:
    PR c++/49669
    * init.c (perform_member_init): Handle invalid array initializer.

Added:
    trunk/gcc/testsuite/g++.dg/init/array28.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/init.c
    trunk/gcc/testsuite/ChangeLog


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