Fix cp changelog from previous checkin

From-SVN: r87180
This commit is contained in:
Nathan Sidwell 2004-09-08 08:10:52 +00:00
parent 4c254e68ed
commit 323e3709b9
2 changed files with 6 additions and 3 deletions

View file

@ -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 <nathan@codesourcery.com>

View file

@ -1,3 +1,9 @@
2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
* 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 <dan@debian.org>
* semantics.c (expand_body): Assert that we are not nested.