URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000923-1.c] - Rev 688
Compare with Previous | Blame | View Log
const int a = 3; const int b = 50; void foo (void) { long int x[a][b]; asm ("" : : "r" (x) : "memory"); }