https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98997
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unknown |10.2.1 Target| |x86_64-*-* i?86-*-* --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- __builtin{setjmp,longjmp} are internal to GCC (for SJLJ EH), they do _not_ map to setjmp/longjmp in glibc. Just in case this matters here.