http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59920
--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > Nice work, it successfully passed our regression tests with the SJLJ > exception scheme, which is piggybacked on __builtin_setjmp/__builtin_longjmp > in Ada. Pilot error, it breaks the SJLJ exception scheme when inlining is enabled, I'll try to come up with a C testcase.