URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20020605-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* This testcase caused on IA-32 -O2 endless loop in merge_blocks when trying to merge a basic block with itself. */ void f (void) { char *c; do { if (c) break; } while (1); if (!c) while (1) f (); }
Go to most recent revision | Compare with Previous | Blame | View Log