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/] [BUG13.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
struct tree_common { int uid; unsigned int code : 8; unsigned int code2 : 8; unsigned external_attr : 1; unsigned public_attr : 1; }; static int duplicate_decls (x) register struct tree_common *x; { if (x->external_attr) if (x->code) if (x->code2) x->public_attr = 1; }
Go to most recent revision | Compare with Previous | Blame | View Log