diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-20 08:07:11 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-20 08:07:11 -0500 |
commit | f0959e58ca77e179cb34859e32a1260b01b51cce (patch) | |
tree | 720fcb7facb0f996ab9ccdbaea9f2211aa3649e3 /gcc | |
parent | ac6b994fe01af38989e75ae3394884fd92051c9c (diff) | |
download | gcc-f0959e58ca77e179cb34859e32a1260b01b51cce.tar.gz |
(fixup_gotos): Add missing call from last change.
From-SVN: r9213
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/stmt.c | 1 |
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 (); |