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++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 19 19:30:37 2015
New Revision: 224695

URL: https://gcc.gnu.org/viewcvs?rev=224695&root=gcc&view=rev
Log:
        PR c++/66515
        * call.c (implicit_conversion): Call reshape_init here, early.
        (build_aggr_conv): Not here.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/initlist96.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/call.c


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