URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [20041219-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 18067 */ /* { dg-do compile } */ void foo(int i) { const int j=i+1; int a[1][j*j]; }
Go to most recent revision | Compare with Previous | Blame | View Log