1 2 3 4 5 6 7 8
/* { dg-do compile } */ /* { dg-options "-fchecking" } */ struct S { int i; }; void baz(struct S *p) { __builtin_setjmp(p--); }