URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [990625-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
#define __USE_STRING_INLINES #include <string.h> void test() { char *p, *a; const char *s; while ( (s = a) ) p = strcpy(strcpy(p,"/"), s); }
Go to most recent revision | Compare with Previous | Blame | View Log