function.c (assign_parm_setup_block): Use the stored size...
authorHans-Peter Nilsson <hp@axis.com>
Mon, 11 Feb 2019 09:03:51 +0000 (09:03 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 11 Feb 2019 09:03:51 +0000 (09:03 +0000)
commit9fb117e8310076cd8e4803e35eaa6d3b09a45d79
treeb55eb5f5807f9cf3a90c041ec5521af872e44489
parent45272fd22f6f77463d46751acf1c7ceeeeec0689
function.c (assign_parm_setup_block): Use the stored size...

* function.c (assign_parm_setup_block): Use the stored
size, not the passed size, when allocating stack-space,
also for a parameter with alignment larger than
MAX_SUPPORTED_STACK_ALIGNMENT.

From-SVN: r268763
gcc/ChangeLog
gcc/function.c