re PR middle-end/84877 (Local stack copy of BLKmode parameter on the stack is not...
authorJakub Jelinek <jakub@redhat.com>
Thu, 10 Jan 2019 15:44:16 +0000 (16:44 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 10 Jan 2019 15:44:16 +0000 (16:44 +0100)
commitd9e91ebb8183faa4073a76d731e7c022ef73566d
tree448eeeea63f8ee118c13c37b49f4fad9e810dfdb
parent174f1d264274d3f77133713a3853fc016ba527b4
re PR middle-end/84877 (Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT)

PR middle-end/84877
PR bootstrap/88450
* function.c (assign_stack_local_1): Revert the 2018-11-21 changes.
(assign_parm_setup_block): Do the argument slot realignment here
instead.

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