URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr38343.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/38343 */ static struct A { char f[6]; } a[] = { {"01000"} }; void foo (void) { __builtin_stpcpy (a[0].f, "S0022"); }
Go to most recent revision | Compare with Previous | Blame | View Log