URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [abi/] [bitfield1.h] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
typedef int Int; typedef signed int SInt; typedef unsigned int UInt; struct A { SInt bitS : 1; // signed UInt bitU : 1; // unsigned Int bit : 1; // signedness by -f{signed,unsigned}-bitfields };
Go to most recent revision | Compare with Previous | Blame | View Log