PR c++/65973
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 2015 18:15:30 +0000 (18:15 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 2015 18:15:30 +0000 (18:15 +0000)
commitdc70c7707542425e4a4fa651fc6477c301eba472
treee8907159b9e482c6276fef7e66ef8e306dd27fb5
parente4c462624d828e47988ee555b690178defa1e840
PR c++/65973
* constexpr.c (build_constexpr_constructor_member_initializers):
Handle an empty STATEMENT_LIST.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224677 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp1y/constexpr-empty1.C [new file with mode: 0644]