URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [switch-8.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/18493 */ /* { dg-do link } */ int main() { goto bug; switch(0) { bug: return 0; } }
Go to most recent revision | Compare with Previous | Blame | View Log