URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040309-1.c] - Rev 688
Compare with Previous | Blame | View Log
static const char default_tupleseps[] = ", \t"; fubar (tupleseps) const char *tupleseps; { char *kp, *sp; const char *septmp; const char *tseplist; tseplist = (tupleseps) ? tupleseps : default_tupleseps; while (kp) { if (*tseplist) septmp = tseplist; bar (*septmp); if (*tseplist) if (*kp) ; } }