OSDN Git Service

* class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 May 1998 22:53:45 +0000 (22:53 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 May 1998 22:53:45 +0000 (22:53 +0000)
commitd0fbc643218c6344d288c9437fc538fd3a15a173
tree8bbfdafa3182cb814da4233f2db184d2d0875b40
parent8564ad21d5bbb3e41ddbb083a44e3b67bc4b1439
* class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
* decl2.c (constructor_name_full): Likewise.
* tree.c (mapcar): Add OVERLOAD support.
* init.c (resolve_offset_ref): We must use basetype_path before we
destroy it with a call to convert_pointer_to.

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