* cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.
commitf959fce9502bd9642c0e17e96ed726f039ee3f26
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2012 15:13:36 +0000 (11 15:13 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2012 15:13:36 +0000 (11 15:13 +0000)
treeb03ba0e88937ce59f40498c130b441845e844a80
parent1e8a5e619b0b4941e52c596beaff694f01979798
* cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.
(SET_DECL_THUNKS): New.
* decl.c (duplicate_decls): Adjust.
* method.c (make_thunk): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192368 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c