diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1536,7 +1536,7 @@ expand_expr_stmt (exp) exp = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (exp)), exp); last_expr_type = TREE_TYPE (exp); - if (! flag_syntax_only) + if (! flag_syntax_only || expr_stmts_for_value) last_expr_value = expand_expr (exp, (expr_stmts_for_value ? NULL_RTX : const0_rtx), |