------- Comment #3 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-07 16:48 ------- "Why do you limit your stack boundary artificially?"
Because if I don't use FP code there is no point in aligning the stack. Aligning the stack wastes stack space and code size and doesn't improve performance of integer code in any way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667