* cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
commitd6ef1dfb711f7cddc6cde1445ddba7b5fac3465a
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2011 19:38:06 +0000 (20 19:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2011 19:38:06 +0000 (20 19:38 +0000)
treef03e0fbda63608f797838b232ee3834ac2942fd7
parentc071db3ee39f7ae37f30fdd7eea721902257a1f5
* cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
(DECL_GENERATED_P): New.
* class.c (finalize_literal_type_property): Use them.
* semantics.c (is_instantiation_of_constexpr): Likewise.
(register_constexpr_fundef): Likewise.

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