aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/pr97029.c
blob: 2ab2d4155ccff8f379b1ac60e92057ca2dae2d07 (plain)
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" } */
}