PR c++/63924
commita6613de78c58814d9242b149c2426d1c7e82ddaf
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2014 03:03:45 +0000 (19 03:03 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2014 03:03:45 +0000 (19 03:03 +0000)
tree791d225ae5241592bde9beb4dcfe27f18935728d
parentda7981e061ae97c7f83ed4ace5cf725e6fe0cffb
PR c++/63924
* constexpr.c (cxx_eval_constant_expression) [PARM_DECL]: A load
from a variable of empty class type is constant.

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