]> git.ipfire.org Git - thirdparty/gcc.git/commit
Re-apply: Drop excess size used for run time allocated stack variables.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Fri, 18 Nov 2016 14:44:54 +0000 (14:44 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 18 Nov 2016 14:44:54 +0000 (14:44 +0000)
commitd79318594936bb80dc5a0b82c70346249c49e5b0
treebd8a56796bce7c461774d60a3022c45d1aeb7b69
parenta7790c7174a016fcea0af852a493479f0dadfdf3
Re-apply: Drop excess size used for run time allocated stack variables.

The patch got reverted after hitting PR77359 which turned out to be a
rs6000 backend problem.  Reapplying after the PR got fixed.

gcc/ChangeLog:

2016-11-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>

Re-apply after PR bootstrap/77359 is fixed:
2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>

        * explow.c (get_dynamic_stack_size): Take known alignment of stack
        pointer + STACK_DYNAMIC_OFFSET into account when calculating the
        size needed.

--This line, and those below, will be
ignored--

M    gcc/ChangeLog
M    gcc/explow.c

From-SVN: r242590
gcc/ChangeLog
gcc/explow.c