URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr24683.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* { 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]; }
Go to most recent revision | Compare with Previous | Blame | View Log