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 middle-end/71876] longjmp is miscompiled with -ffreestanding


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #8 from Jeffrey A. Law <law at redhat dot com> ---
Light searching doesn't find anything useful for setjmp_syscall.

savectx however still shows up in a variety of solaris searches.  In fact, you
can find references to it in Solaris 10.  So I'd say that's not dead.

qsetjmp was used by the 4.3 BSD m68k port and its derivatives. It was removed
sometime after 2011.   I don't work on the m68k or BSD bits anymore and I'd be
amazed if anyone ever noticed if support was removed.  I won't object if it's
removed.

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