URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr43164.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
struct S0 { unsigned char f0; int:0; }; struct S1 { struct S0 f0; }; struct S1 func_34 (void) { struct S1 l_221 = { { 1 } }; return l_221; }
Go to most recent revision | Compare with Previous | Blame | View Log