diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-20 22:07:22 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-20 22:07:22 +0000 |
commit | 22e9174f5416123df52503b2dc2248de0f4ca27e (patch) | |
tree | dfbbd22a6059f25bb2e777e3a7ab7bdd17945040 /gcc/cp/semantics.c | |
parent | b61148dd4f5b244381b91b86dd7e921698f92687 (diff) | |
download | gcc-22e9174f5416123df52503b2dc2248de0f4ca27e.tar.gz |
semantics.c (finish_stmt_expr): Fix typo in comment.
* semantics.c (finish_stmt_expr): Fix typo in comment.
* tree.c (search_tree): Handle EXIT_EXPR, LOOP_EXPR.
(mapcar): Likewise.
* init.c (build_vec_delete_1): Make the children of a permanent
BIND_EXPR permanent.
* pt.c (register_specialization): Don't register a specialization
more than once.
From-SVN: r28781
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index def1276bffc..d11bb905832 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1057,7 +1057,7 @@ finish_stmt_expr (rtl_expr, expr) if (TREE_CODE (expr) == BLOCK) { - /* Make a CP_BIND_EXPR for the BLOCK already made. */ + /* Make a BIND_EXPR for the BLOCK already made. */ if (building_stmt_tree ()) { result = build_min (STMT_EXPR, last_expr_type, last_tree); |