OSDN Git Service

* decl.c (xref_basetypes): Refactor.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jul 2004 16:15:52 +0000 (16:15 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jul 2004 16:15:52 +0000 (16:15 +0000)
commit168db9a49e48291c6db2a1bb3960385dabcf3fe7
tree1f7738dc53d2e50f08b65daa6d392613fb4ff028
parent37b8cd7ce5f593486a510e0f342b798e6f047e11
* decl.c (xref_basetypes): Refactor.
* tree.c (copy_base_binfos): Replace with ...
(copy_binfo): ... this. Deep copy the given binfo, (not the just
bases of the given base).
* cp-tree.h (copy_base_binfo): Remove.
(copy_binfo): Declare.

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