diff options
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 688fd3a..844af83 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -839,6 +839,7 @@ assign_stack_temp (mode, size, keep) plus_constant (XEXP (best_p->slot, 0), rounded_size)); p->address = 0; + p->rtl_expr = 0; p->next = temp_slots; temp_slots = p; |