]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/decl.c
decl.c (xref_basetypes): Refactor.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 15 Jul 2004 16:15:52 +0000 (16:15 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 15 Jul 2004 16:15:52 +0000 (16:15 +0000)
commit48b456474c69a132da15996c61009e35efa59492
tree1f7738dc53d2e50f08b65daa6d392613fb4ff028
parentdf05a794c1a6b9c0311513c4b1a8f44eeafdf866
decl.c (xref_basetypes): Refactor.

* 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.

From-SVN: r84758
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/tree.c