Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / pr25483.c
blobc5b7ed8137160b42dbc00e64a2d03073b7a90325
1 /* { dg-options "-O -fmove-loop-invariants" } */
3 static int mdct_win[8];
4 int x;
6 int
7 decode_init (double d)
9 int j;
10 for (j = 4; j; j--)
12 d *= 0.5;
13 mdct_win[j] = (d * 3);