------- Comment #29 from howarth at nitro dot med dot uc dot edu 2010-09-01 04:02 ------- (In reply to comment #28) > If you don't set MAIN_STACK_BOUNDARY to 128, gcc may > align stack in main. >
I am seeing some instability in the testsuite results when I don't redefine MAIN_STACK_BOUNDARY to 128. In the first run, I got two regressions... FAIL: gcc.c-torture/execute/builtins/sprintf-chk.c compilation, -Os (internal compiler error) FAIL: gcc.dg/nest.c execution test and in the second I only got... FAIL: gcc.dg/nest.c execution test which is a common regression with and without redefining MAIN_STACK_BOUNDARY to 128. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36502