From: Mark Mitchell Date: Tue, 21 Sep 1999 07:45:38 +0000 (+0000) Subject: Force check-in to ensure that it is up to date. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f52c201b7289e9e1e5c4fc92808ba16cbf46e09;p=gcc.git Force check-in to ensure that it is up to date. From-SVN: r29539 --- diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 80f8aa8bd0a..964cdb1da5e 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1316,7 +1316,7 @@ finish_stmt_expr (rtl_expr) if (!building_stmt_tree ()) { rtl_expr = expand_end_stmt_expr (rtl_expr); - /* The statements have side effects, so the group does. */ + /* The statements have side effects, so the group does too. */ TREE_SIDE_EFFECTS (rtl_expr) = 1; }