OSDN Git Service

* cp-tree.h: Tweak documentation.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Mar 2000 00:16:21 +0000 (00:16 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Mar 2000 00:16:21 +0000 (00:16 +0000)
commit23c5f5059b2575e8acd70565e4e43de34936bfd5
tree6288bbb69c1b4f0a4f7681408177ff4202bab2af
parent83675f447a68fe48b4ce22ca6916f5687f0ff77c
* cp-tree.h: Tweak documentation.
* class.c (build_vbase_pointer_fields): Layout the fields, too.
(avoid_overlap): Remove.
(get_binfo_offset_as_int): New function.
(dfs_serach_base_offsets): Likewise.
(layout_nonempty_base_or_field): Likewise.
(build_base_field): Layout fields here.  Avoid placing two objects
of the same type at the same address, under the new ABI.
(build_base_fields): Adjust accordingly.
(create_vtable_ptr): Return the new field, but don't attach it to
TYPE_FIELDS.
(remove_base_field): Remove.
(remove_base_fields): Remove.
(layout_basetypes): Adjust accordingly.
(layout_class_type): Call layout_field for each field, rather than
just making a wholesale call to layout_type.

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