PR c++/67364
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 2016 14:09:24 +0000 (14:09 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 2016 14:09:24 +0000 (14:09 +0000)
commit7466a678b0c9717463f4e0bf01b7d22ff8143bdd
tree8e2618e7f5fc2657d1aaafa6af83711025837194
parent17de482e081eca52da08628b5fe276d419bc03a8
PR c++/67364
* constexpr.c (cxx_eval_component_reference): Don't complain about
unevaluated empty classes.

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