URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [debug/] [debug5.C] - Rev 762
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
int foo()
{
int a = 1;
int b = 1;
int e[a][b];
e[0][0] = 0;
return e[a-1][b-1];
}
Go to most recent revision | Compare with Previous | Blame | View Log