re PR c++/65973 (segmentation fault when compiling C++14 code)
authorJason Merrill <jason@redhat.com>
Fri, 19 Jun 2015 18:15:30 +0000 (14:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 19 Jun 2015 18:15:30 +0000 (14:15 -0400)
commit30ac6e80ba51480a0066329338b3ea5dbf423c26
treee8907159b9e482c6276fef7e66ef8e306dd27fb5
parent892562cf28252bd284a4cd4d249f20c1755a6b5b
re PR c++/65973 (segmentation fault when compiling C++14 code)

PR c++/65973
* constexpr.c (build_constexpr_constructor_member_initializers):
Handle an empty STATEMENT_LIST.

From-SVN: r224677
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp1y/constexpr-empty1.C [new file with mode: 0644]