------- Comment #13 from ian at airs dot com 2009-02-10 21:03 ------- Created an attachment (id=17278) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17278&action=view) Test case
This test case is from Mark Heffernan. When compiling with -O2 -fno-omit-frame-pointer with gcc 4.3, it shows a red zone violation in the epilogue: movl -160(%rbp), %eax popq %r15 leave ret It does work with mainline, though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39118