------- Comment #9 from hjl dot tools at gmail dot com 2008-08-03 18:48 ------- Joey, I think the problem is the usage of STACK_BOUNDARY / BITS_PER_UNIT for stack alignment. On MacOS, STACK_BOUNDARY 128 on ia32. Shouldn't we use UNITS_PER_WORD in some cases? Please double check all usages of STACK_BOUNDARY / BITS_PER_UNIT in our stack alignment codes.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37012