aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/pr93546.c
blob: 66f6805b07a99ca25398450c6f78816351c8597d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-require-effective-target label_values } */

void
ch (int x1)
{
  ({ bx: &&bx; });
  while (x1 == 0)
    {
    }
}