calls.c (expand_call): Do sanity checking on arg_space_so_far.
authorJan Hubicka <jh@suse.cz>
Thu, 16 Mar 2000 15:02:42 +0000 (16:02 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 16 Mar 2000 15:02:42 +0000 (15:02 +0000)
commit774e6b37bb2f0cd7fdc3a6df951b817f6d0f96dd
tree8381e38cafff3eedb53b8484ee9e28dbc5e19cb6
parent295ae8170c37fec29e0c385b1ab0f2e8dab4dc17
calls.c (expand_call): Do sanity checking on arg_space_so_far.

* calls.c (expand_call): Do sanity checking on arg_space_so_far.
Update arg_space_so_far on stack adjustments.
(emit_library_call, emit_library_call_value): Likewise; take into
account arg_space_so_far and pending_stack_adjust when calculcating
the boundary.

From-SVN: r32586
gcc/ChangeLog
gcc/calls.c