blob: 79d3210067c6d154396c90e3f6886f83b281b751 [file] [log] [blame]
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fPIC" } */
int *block;
void final(unsigned int j)
{
unsigned int i;
unsigned char *data = (unsigned char *)"\0";
for (i = 0; i < 8; i++)
for (; j + 63 < 1; j += 64)
block = (int *) &data[j];
}