OSDN Git Service

* cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jan 2000 21:32:58 +0000 (21:32 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jan 2000 21:32:58 +0000 (21:32 +0000)
commitc13c1b96da69060453387c7362676a1305ebe442
tree4a521c0b3f24972f16458e5d56629150b4d8c037
parentdf163bbeaba27966a459e719c7b94923dea5d27c
* cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
* class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
or unshare_base_binfos for virtual bases here.
* search.c (dfs_get_vbase_types): Do it here.
(get_vbase_types): Adjust.

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