Merged r158465 through r158660 into branch.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr24683.c
blob79d3210067c6d154396c90e3f6886f83b281b751
1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
3 int *block;
4 void final(unsigned int j)
6 unsigned int i;
7 unsigned char *data = (unsigned char *)"\0";
8 for (i = 0; i < 8; i++)
9 for (; j + 63 < 1; j += 64)
10 block = (int *) &data[j];