* cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Apr 1998 17:05:40 +0000 (17:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Apr 1998 17:05:40 +0000 (17:05 +0000)
commit745f5bd21bb950033a44672c13fbe2a412ebdf09
treef67814ae050184ae320900c9fcd616df3f0aede9
parent7b5e1671e6ebbfb1f23f287d7883a03b21e0f8e0
* cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
* decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
* class.c (duplicate_tag_error): Likewise.
(finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
* tree.c (layout_vbasetypes): Update from layout_record, remove
var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
(layout_basetypes): Likewise.

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