From: Richard Kenner Date: Tue, 3 Oct 1995 16:02:38 +0000 (-0400) Subject: (assign_stack_temp): Adjust full_size field of temp_slot when X-Git-Tag: misc/cutover-egcs-0~3542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291dde90f05d74e7d121044c2a1d7800206d3ad4;p=thirdparty%2Fgcc.git (assign_stack_temp): Adjust full_size field of temp_slot when splitting an unused slot. From-SVN: r10422 --- diff --git a/gcc/function.c b/gcc/function.c index 0f6805a3976e..586fba40b020 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -861,6 +861,7 @@ assign_stack_temp (mode, size, keep) stack_slot_list); best_p->size = rounded_size; + best_p->full_size = rounded_size; } }