diff options
Diffstat (limited to 'gcc/cp/decl.c')
| -rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 83d24c5..fd4361a 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -14155,7 +14155,7 @@ cplus_expand_expr_stmt (exp) trying to do TYPE_MODE on the ERROR_MARK, and really go outside the bounds of the type. */ if (exp != error_mark_node) - expand_expr_stmt (break_out_cleanups (exp)); + expand_expr_stmt (exp); } /* When a stmt has been parsed, this function is called. */ |
