This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/38609] [4.4 Regression]: gcc.c-torture/execute/built-in-setjmp.c execute -O2 and above



------- Comment #10 from hp at gcc dot gnu dot org  2009-03-18 02:30 -------
Looks like I should punt and force "#define FRAME_POINTER_REQUIRED
cfun->calls_alloca" or "#define FRAME_POINTER_REQUIRED
cfun->has_nonlocal_label".
Apparently this is *not* one of the cases where "The compiler recognizes those
cases and automatically gives the function a frame pointer regardless of what
@code{FRAME_POINTER_REQUIRED} says.  You don't need to worry about
them."


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38609


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]