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++/65154] [4.8/4.9/5 Regression] ICE with {} initialized array with string


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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Mar 26 19:51:58 2015
New Revision: 221704

URL: https://gcc.gnu.org/viewcvs?rev=221704&root=gcc&view=rev
Log:
    PR c++/65154
    * init.c (build_vec_init): Fix initializing aggregates
    with empty init list.

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


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