URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr48694-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ extern volatile int g_4[1][4]; extern int g_7; void modify(int *); void func_2() { int l_46 = 4; if (g_7) modify(&l_46); else { int i; for (i = 0; i != 5; i += 1) { volatile int *vp = &g_4[0][l_46]; *vp = 0; } } }
Go to most recent revision | Compare with Previous | Blame | View Log