summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-20 08:07:11 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-20 08:07:11 -0500
commitf0959e58ca77e179cb34859e32a1260b01b51cce (patch)
tree720fcb7facb0f996ab9ccdbaea9f2211aa3649e3 /gcc/stmt.c
parentac6b994fe01af38989e75ae3394884fd92051c9c (diff)
downloadgcc-f0959e58ca77e179cb34859e32a1260b01b51cce.tar.gz
(fixup_gotos): Add missing call from last change.
From-SVN: r9213
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index e733be922d2..55adb626559 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -1242,6 +1242,7 @@ fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in)
pushlevel (0);
set_block (f->context);
expand_cleanups (TREE_VALUE (lists), NULL_TREE, 1, 1);
+ do_pending_stack_adjust ();
cleanup_insns = get_insns ();
poplevel (1, 0, 0);
end_sequence ();