(NO_DEFER_POP): Do any pending stack adjusts.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Jul 1995 11:18:02 +0000 (07:18 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Jul 1995 11:18:02 +0000 (07:18 -0400)
From-SVN: r10095

gcc/expr.h

index ebb3979463aeb0aac4d3a7620088735a061d9287..8188ad453c5f48681c420975f0dbb1be09a4ce08 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for code generation pass of GNU compiler.
-   Copyright (C) 1987, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1987, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -108,7 +108,7 @@ extern rtx nonlocal_goto_stack_level;
 extern tree nonlocal_labels;
 #endif
 
-#define NO_DEFER_POP (inhibit_defer_pop += 1)
+#define NO_DEFER_POP (do_pending_stack_adjust (), inhibit_defer_pop += 1)
 #define OK_DEFER_POP (inhibit_defer_pop -= 1)
 
 /* Number of units that we should eventually pop off the stack.