URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [bitf.c] - Rev 826
Compare with Previous | Blame | View Log
#define int unsigned struct foo { int aa : 1; int a : 9; int c : 16; int d : 6; }; int foo (a, b) struct foo a; { return a.d == 0; }