2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr24683.c
blob23cb3ab4b015bac3f23b9180dae1011113295179
1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
3 const int *block;
4 void final(unsigned int j)
6 unsigned int i;
7 const unsigned char *data = (const unsigned char *)"\0";
8 for (i = 0; i < 8; i++)
9 for (; j + 63 < 1; j += 64)
10 block = (const int *) &data[j];