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 rtl-optimization/64242] Longjmp expansion incorrect on i386


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242

--- Comment #3 from Wilco <wdijkstr at arm dot com> ---
(In reply to H.J. Lu from comment #2)
> Dup of PR 59039?

No that talks about not using __builtin_setjmp and __builtin_longjmp within the
same function. I only used longjmp. Or are they so broken you need to put both
the __builtin_longjmp and __builtin_setjmp in their own non-inlineable
functions and make sure you never pass the jmpbuf via an argument? If so what
is the point?


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