diff options
| author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-08 08:10:52 +0000 |
|---|---|---|
| committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-08 08:10:52 +0000 |
| commit | b77a16ed723f57ef9feea84e079c8967f0fbbab7 (patch) | |
| tree | c5e554f3e0ef15a883426f39404fd708b9144311 | |
| parent | 07e8c04c5c9fd05187e0135a6c00b55daea82410 (diff) | |
| download | ppe42-gcc-b77a16ed723f57ef9feea84e079c8967f0fbbab7.tar.gz ppe42-gcc-b77a16ed723f57ef9feea84e079c8967f0fbbab7.zip | |
Fix cp changelog from previous checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87180 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/cp/ChangeLog | 6 |
2 files changed, 6 insertions, 3 deletions
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 <nathan@codesourcery.com> 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 <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. |

