OSDN Git Service

* decl2.c (cp_check_const_attributes): New.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2011 18:27:19 +0000 (18:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2011 18:27:19 +0000 (18:27 +0000)
commit0b18f5f84fa75e0f815ec6bb923824de0bd17e0b
tree9c95f0f24a7348f98ef084f2f896d8e03f803f5e
parent4439eed99e62a4b7c2a6603119792f6af21216c1
* decl2.c (cp_check_const_attributes): New.
(cplus_decl_attributes): Call cp_check_const_attributes.

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