URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930719-1.c] - Rev 297
Compare with Previous | Blame | View Log
int f (foo, bar, com) { unsigned align; if (foo) return 0; while (1) { switch (bar) { case 1: if (com != 0) return align; *(char *) 0 = 0; } } } main () { f (0, 1, 1); exit (0); }