PR c++/65896
commit9db9fc3866f2338612cda098fbbbc958379fce02
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2015 21:27:17 +0000 (28 21:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 2015 21:27:17 +0000 (28 21:27 +0000)
treef164f28394dd9a352b0fea7f1bd3117604375ebb
parent03d5972017a3e30de309a3d346f6f862b120f156
PR c++/65896
* constexpr.c (cxx_eval_store_expression): Don't try to actually
store an empty class.

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