re PR c++/37012 (numerous stackalign related testsuite failures on i686-apple-darwin9)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 4 Aug 2008 14:56:12 +0000 (14:56 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 4 Aug 2008 14:56:12 +0000 (07:56 -0700)
commit6fc3c2b2c42c5d5a177867aa5390f054d7d8a8a8
tree681464b21d3a0c9c4d31e17395f380c1e9df5b86
parenta07c35938a54e38a3e04d827c2cbf8c3e1b97a9a
re PR c++/37012 (numerous stackalign related testsuite failures on i686-apple-darwin9)

2008-08-04  H.J. Lu  <hongjiu.lu@intel.com>

PR target/37012
* config/i386/i386.c (ix86_expand_prologue): Use UNITS_PER_WORD
instead of STACK_BOUNDARY / BITS_PER_UNIT to align stack.
(ix86_expand_epilogue): Likewise.

From-SVN: r138631
gcc/ChangeLog
gcc/config/i386/i386.c