[gcc/]
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr38786.c
blob47df44789f80c32693b9f359969a95394a3cfa3b
1 /* { dg-options "-O2 -fgraphite-identity" } */
3 typedef struct
5 int ****cofAC;
6 } ImageParameters;
7 typedef struct
9 int ****cofAC;
10 } RD_DATA;
11 extern RD_DATA *rdopt;
12 extern ImageParameters *img;
13 dummy_slice_too_big (int bits_slice)
15 int i, j, k, l;
16 for (j = 0; j < 4; j++)
17 for (k = 0; k < 2; k++)
18 for (l = 0; l < 65; l++)
19 img->cofAC[i][j][k][l] = rdopt->cofAC[i][j][k][l];