URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr45860.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ void foo (char *str, int i) { static const char text[] = ""; str[i] = 0; if (i & 1) __builtin_strcpy (str + i, text); }
Go to most recent revision | Compare with Previous | Blame | View Log