xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/941014-4.c (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
1 #ifndef NO_LABEL_VALUES
f(int * re)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
17