diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-12-04 15:10:16 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-12-04 15:10:16 +0000 |
commit | b0ca54affc43c3ae945765e0545e91675dac5413 (patch) | |
tree | 2f7f9ab738ee326953f015588c4b564eca6e1b43 /gcc/c-common.c | |
parent | 667e5c5da36701af29aec9d1c0664bdc717e5088 (diff) | |
download | gcc-b0ca54affc43c3ae945765e0545e91675dac5413.zip gcc-b0ca54affc43c3ae945765e0545e91675dac5413.tar.gz gcc-b0ca54affc43c3ae945765e0545e91675dac5413.tar.bz2 |
Revert previous patch
From-SVN: r47612
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 41aaeb6..a7d005b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -3409,7 +3409,7 @@ c_expand_expr (exp, target, tmode, modifier) out-of-scope after the first EXPR_STMT from within the STMT_EXPR. */ push_temp_slots (); - rtl_expr = expand_start_stmt_expr (target != const0_rtx); + rtl_expr = expand_start_stmt_expr (); expand_stmt (STMT_EXPR_STMT (exp)); expand_end_stmt_expr (rtl_expr); result = expand_expr (rtl_expr, target, tmode, modifier); |