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++/65973] [5/6 Regression] segmentation fault when compiling C++14 code


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

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

URL: https://gcc.gnu.org/viewcvs?rev=224677&root=gcc&view=rev
Log:
        PR c++/65973
        * constexpr.c (build_constexpr_constructor_member_initializers):
        Handle an empty STATEMENT_LIST.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-empty1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/constexpr.c


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