tree.c (copy_node): Remove documentation about obstacks.
authorMark Mitchell <mark@codesourcery.com>
Thu, 4 Jan 2001 19:01:22 +0000 (19:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 4 Jan 2001 19:01:22 +0000 (19:01 +0000)
commit3af4c2573f24b5aeab974c75c47480ed40553e0a
tree43183e5b0e43cb60aef06b6903b258cfc588f7f5
parenta41d085545706c581e48cdc9c7f3bdba8310c25b
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
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/tree.c