URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [bitf.c] - Rev 717
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log