URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [break/] [bitfield5.h] - Rev 818
Go to most recent revision | Compare with Previous | Blame | View Log
struct A { virtual void f(); int f1 : 1; }; struct B : public A { int f2 : 1; int : 0; int f3 : 4; int f4 : 3; };
Go to most recent revision | Compare with Previous | Blame | View Log