projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124e22d
)
fix typo
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 1 Nov 2004 21:40:42 +0000
(16:40 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 1 Nov 2004 21:40:42 +0000
(16:40 -0500)
From-SVN: r89960
gcc/cp/semantics.c
patch
|
blob
|
history
diff --git
a/gcc/cp/semantics.c
b/gcc/cp/semantics.c
index 8a9cd42beaa0e19decb7a4526f8c35d1246b0b5f..34b57e8ff380bbc5901cd43c2f5f7066633f9792 100644
(file)
--- a/
gcc/cp/semantics.c
+++ b/
gcc/cp/semantics.c
@@
-566,7
+566,7
@@
finish_expr_stmt (tree expr)
convert_to_void (build_non_dependent_expr (expr), "statement");
/* Simplification of inner statement expressions, compound exprs,
- etc can result in
the
us already having an EXPR_STMT. */
+ etc can result in us already having an EXPR_STMT. */
if (TREE_CODE (expr) != CLEANUP_POINT_EXPR)
{
if (TREE_CODE (expr) != EXPR_STMT)