URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [msp.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef STACK_SIZE # define A_SIZE (STACK_SIZE/sizeof(int)) #else # define A_SIZE 16384 #endif foo () { int a[A_SIZE]; bar (a); }
Go to most recent revision | Compare with Previous | Blame | View Log