diff --git a/gcc/function.c b/gcc/function.c index 0116b3267bea..d67ad5b2478d 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1239,7 +1239,7 @@ mark_all_temps_used () for (p = temp_slots; p; p = p->next) { - p->in_use = 1; + p->in_use = p->keep = 1; p->level = MIN (p->level, temp_slot_level); } }