URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr45919.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/45919 */ const struct S { int a; int b[]; } s = { 0, { 0 }}; int foo (void) { return s.b[0]; }
Go to most recent revision | Compare with Previous | Blame | View Log