(fixup_gotos): Add missing call from last change.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 20 Mar 1995 13:07:11 +0000 (08:07 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 20 Mar 1995 13:07:11 +0000 (08:07 -0500)
From-SVN: r9213

gcc/stmt.c

index e733be922d26622315d704d3cf0a416bc1b9e74a..55adb626559ff5924c6f9d1360be4ad777a8f4e2 100644 (file)
@@ -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 ();