URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr18903.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* We were ICEing in bsi_after_labels because we had a BB which did not have a lablel. PR middle-end/18903 */ #ifndef NO_LABEL_VALUES void g (int s, int f) { &&ff; s = f; ff: goto end; f = s; end:; } #else int g; #endif
Go to most recent revision | Compare with Previous | Blame | View Log