aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/941014-4.c
blob: 9e673f378335bfef33402036502ffae9676a3b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NO_LABEL_VALUES
f (int *re)
{
  int *loops = 0, *loope = 0;
  unsigned dat0 = 0;
  static void *debug = &&firstdebug;

 firstdebug:
  g (loops, loope);

  if (dat0 & 1)
    re[(dat0 >> 2) & 3] = 0;
}
#else
int x;
#endif