URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr41469.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-fexceptions" } */ void af (void *a) { } void bf (void) { int i = 1; char v[i]; af (v); }
Go to most recent revision | Compare with Previous | Blame | View Log