1 2 3 4 5 6 7 8 9
struct vj { char buf[1]; }; void setjmp (struct vj pl) { setjmp (pl); /* { dg-warning "infinite recursion" } */ }