projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a3450
)
Force check-in to ensure that it is up to date.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 21 Sep 1999 07:45:38 +0000
(07:45 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 21 Sep 1999 07:45:38 +0000
(07:45 +0000)
From-SVN: r29539
gcc/cp/semantics.c
patch
|
blob
|
history
diff --git
a/gcc/cp/semantics.c
b/gcc/cp/semantics.c
index 80f8aa8bd0ad83dc0fd83490a343cdbebbec98dd..964cdb1da5eef506f195923668f7d080edc662ea 100644
(file)
--- 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;
}