OSDN Git Service

PR middle-end/51761
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 941014-4.c
1 #ifndef NO_LABEL_VALUES
2 f (int *re)
3 {
4   int *loops = 0, *loope = 0;
5   unsigned dat0 = 0;
6   static void *debug = &&firstdebug;
7
8  firstdebug:
9   g (loops, loope);
10
11   if (dat0 & 1)
12     re[(dat0 >> 2) & 3] = 0;
13 }
14 #else
15 int x;
16 #endif