aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-02-27 10:45:15 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-02-27 10:45:15 -0500
commit79be3418ff856cbc29c390e53a0a5f99a4ca6fdb (patch)
treefd8e991eacb31e691f807d2f145105ab51b12f19
parent9d5f3e49d71adacf454eb0ab55a13bdced3674a0 (diff)
downloadgcc-79be3418ff856cbc29c390e53a0a5f99a4ca6fdb.zip
gcc-79be3418ff856cbc29c390e53a0a5f99a4ca6fdb.tar.gz
gcc-79be3418ff856cbc29c390e53a0a5f99a4ca6fdb.tar.bz2
(expand_call): Initialize OLD_PENDING_ADJ.
From-SVN: r6640
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 07588e1..056ec5a 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -551,7 +551,7 @@ expand_call (exp, target, ignore)
#endif
rtx old_stack_level = 0;
- int old_pending_adj;
+ int old_pending_adj = 0;
int old_stack_arg_under_construction;
int old_inhibit_defer_pop = inhibit_defer_pop;
tree old_cleanups = cleanups_this_call;