2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr25483.c
blob99151fda0b32aac8fe0e3716641b78c0c62a7734
1 /* { dg-options "-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);