URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [20041023-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ static void foo (unsigned char x) { unsigned char a[5 + x]; } void bar (void) { foo (80); }
Go to most recent revision | Compare with Previous | Blame | View Log