calls.c (save_fixed_argument_area): If save_mode is BLKmode, always use move_by_piece...
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 Dec 1999 19:31:13 +0000 (20:31 +0100)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 6 Dec 1999 19:31:13 +0000 (11:31 -0800)
commit04572513c7bf1b351b95c2f6ecf78fec8cbe306a
treec87294c7e154e34926afbab2e9a7919f97fa9cd9
parent50352c9c62fd4b48e237d809ecf1a1e25de3fe30
calls.c (save_fixed_argument_area): If save_mode is BLKmode, always use move_by_pieces to avoid infinite recursion.

* calls.c (save_fixed_argument_area): If save_mode is BLKmode,
always use move_by_pieces to avoid infinite recursion.
(restore_fixed_argument_area): Likewise.

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