------- Comment #9 from hjl dot tools at gmail dot com 2008-08-04 12:24 ------- (In reply to comment #7) > This problem is associated with -mpreferred-stack-boundary=2, rather than with > stack alignment. Following case fails on trunk before merging with stack > branch:
Of course, before stack alignment merge, we can only align stack variable to PREFERRED boundary, which is 1 << 2 == 4 bytes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37010