diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-09-16 09:53:40 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-09-16 09:53:40 +0000 |
commit | 585b44d301a56eb7c2e40e840c6c9868f6b92d46 (patch) | |
tree | 05f087296df6da2876dbac64a95198a03423740d /gcc/ChangeLog | |
parent | 45f1796923b1b10a3bb13e79f4905cd7763d969a (diff) | |
download | gcc-585b44d301a56eb7c2e40e840c6c9868f6b92d46.tar.gz |
cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).
* cp-tree.h (struct lang_type_class): Make pure_virtuals a
VEC(tree).
(CLASSTYPE_INLINE_FRIENDS, CLASSTYPE_PURE_VIRTUALS): Update
comments.
* call.c (build_new_method_call): Don't confirm a pure virtual is
in CLASSTYPE_PURE_VIRTUALS. Reorder checks. Make it a warning.
* class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
(fixup_inline_methods, finish_struct): Likewise.
* decl.c (finish_method): Likewise.
* search.c (dfs_get_pure_virtuals, get_pure_virtuals):
CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
* typeck2.c (abstract_virtuals_error): Likewise. Truncate the
vector to avoid repeating the list in error messages.
From-SVN: r87592
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34f011a5b3c..4a82c08d47b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -433,7 +433,6 @@ 2004-09-13 Kenneth Zadeck <Kenneth.Zadeck@NaturalBridge.com> - * tree-ssa-operands.c (get_call_expr_operands): Added parm to add_call_clobber_ops and add_call_read_ops. (add_call_clobber_ops, add_call_read_ops): Added code to reduce |