From: Nathan Sidwell Date: Wed, 8 Sep 2004 08:10:52 +0000 (+0000) Subject: Fix cp changelog from previous checkin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=323e3709b9ccdd514ac4ce2e2ba7e934984591b1;p=gcc.git Fix cp changelog from previous checkin From-SVN: r87180 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28fe88eb1c0..87ce651b849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,9 +13,6 @@ * tree.h (tree): Define a GC'd vector. * lamba-code.c (lambda_loop): Likewise. * value-prof.h (histogram_value): Likewise. - * cp/cp-tree.h (tree_pair_s): Likewise. - * cp/name-lookup.h (cxx_saved_binding, cp_class_binding): Likewise. - * cp/semantics.c (deferred_access): Likewise. 2004-09-08 Nathan Sidwell diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0625d8b4938..6a00711a846 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2004-09-08 Nathan Sidwell + + * cp-tree.h (tree_pair_s): Define a GC'd vector. + * name-lookup.h (cxx_saved_binding, cp_class_binding): Likewise. + * semantics.c (deferred_access): Likewise. + 2004-09-06 Daniel Jacobowitz * semantics.c (expand_body): Assert that we are not nested.