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