URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000923-1.c] - Rev 26
Go to most recent revision | 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"); }
Go to most recent revision | Compare with Previous | Blame | View Log