URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [990829-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
struct x { int a:16; int b:16; int c; }; bar() { struct x y; y.b = 1 < y.a; foo(&y); }
Go to most recent revision | Compare with Previous | Blame | View Log