diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-01-04 19:01:22 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-01-04 19:01:22 +0000 |
commit | 3af4c2573f24b5aeab974c75c47480ed40553e0a (patch) | |
tree | 43183e5b0e43cb60aef06b6903b258cfc588f7f5 /gcc/cp | |
parent | a41d085545706c581e48cdc9c7f3bdba8310c25b (diff) | |
download | gcc-3af4c2573f24b5aeab974c75c47480ed40553e0a.zip gcc-3af4c2573f24b5aeab974c75c47480ed40553e0a.tar.gz gcc-3af4c2573f24b5aeab974c75c47480ed40553e0a.tar.bz2 |
tree.c (copy_node): Remove documentation about obstacks.
* tree.c (copy_node): Remove documentation about obstacks.
(buidl1): Check that nobody tries to build 2-argument nodes this
way.
* call.c (build_conv): Don't use build1 for USER_CONV.
* pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
From-SVN: r38686
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7404a1a..e86de61 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-04 Mark Mitchell <mark@codesourcery.com> + + * call.c (build_conv): Don't use build1 for USER_CONV. + * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes. + 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk> * lex.c (lang_init): Call c_common_lang_init. |