https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117267
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >GCC provides the built-in functions __builtin_setjmp and __builtin_longjmp >which are similar to, but not interchangeable with, the C library functions >setjmp and longjmp.