URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr37976.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
void percent_x(int ch, char *p, char* ok_chars) { char *cp = ch == 'a' ? p : ""; for (;*(cp += __builtin_strspn (cp, ok_chars));) ; }
Go to most recent revision | Compare with Previous | Blame | View Log