URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr51761.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/51761 */ struct S { unsigned int len; }; struct S foo (struct S); struct S bar (struct S x) { return ({ struct S a = x; foo (a); }); }
Go to most recent revision | Compare with Previous | Blame | View Log