diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-10 09:10:24 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-10 09:10:24 +0000 |
commit | ca5b5533e1a80628f6afca632fcece5395305665 (patch) | |
tree | f19bcfd52d213ea5666373e22ab16a78b119be71 /gcc | |
parent | 4d6abc1c32bb3a815b1899a6a930d4b8a41baa06 (diff) | |
download | gcc-ca5b5533e1a80628f6afca632fcece5395305665.zip gcc-ca5b5533e1a80628f6afca632fcece5395305665.tar.gz gcc-ca5b5533e1a80628f6afca632fcece5395305665.tar.bz2 |
cp-tree.h (finish_function): Adjust prototype.
* cp-tree.h (finish_function): Adjust prototype.
* decl.c (finish_function): Return the function compiled.
* pt.c (instantiate_decl): Don't play games with obstacks.
* tree.c (mapcar): Handle OFFSET_REF and BIT_FIELD_REF.
(search_tree): Likewise.
* typeck.c: Fix typo in comment.
* typeck2.c (store_init_value): Add comment.
From-SVN: r29262
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a8f0322..b9737ec 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,13 @@ 1999-09-10 Mark Mitchell <mark@codesourcery.com> + * cp-tree.h (finish_function): Adjust prototype. + * decl.c (finish_function): Return the function compiled. + * pt.c (instantiate_decl): Don't play games with obstacks. + * tree.c (mapcar): Handle OFFSET_REF and BIT_FIELD_REF. + (search_tree): Likewise. + * typeck.c: Fix typo in comment. + * typeck2.c (store_init_value): Add comment. + * cp-tree.h (CPTI_ATEXIT): New macro. (atexit_node): Likewise. * decl.c (destroy_local_static): New function, broken out from ... |