URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [xcsebug.c] - Rev 714
Go to most recent revision | Compare with Previous | Blame | View Log
int g1; int g2; foo () { int i = 1; int x; x = g1; (*(&g1 + i - 1)) = x + 1; x = g1; (*(&g1 + i - 1)) = x + 1; g1++; }
Go to most recent revision | Compare with Previous | Blame | View Log