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/] [pr12578.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/12517 */ void trivial_regexp_p(int *s, int len) { while (--len) { switch (*s++) { case '\\': switch (*s++) { case '|': ; } } } }
Go to most recent revision | Compare with Previous | Blame | View Log