[calls.c] PR rtl-optimization/67226: Take into account pretend_args_size when checkin...
commitc62f411b3c564e3bc2e231ec8fb8072c23a0a785
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 2015 09:58:28 +0000 (26 09:58 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Nov 2015 09:58:28 +0000 (26 09:58 +0000)
tree2eccc3d73bf8aaf67a16ef370aea53376e5e186a
parente2225bd419ce30e32adc080be8cfe407d649fc95
[calls.c] PR rtl-optimization/67226: Take into account pretend_args_size when checking stack offsets for sibcall optimisation

2015-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
            Bernd Schmidt  <bschmidt@redhat.com>

PR rtl-optimization/67226
* calls.c (store_one_arg): Take into account
crtl->args.pretend_args_size when checking for overlap between
arg->value and argblock + arg->locate.offset during sibcall
optimization.

* gcc.c-torture/execute/pr67226.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230929 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr67226.c [new file with mode: 0644]