URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [compat/] [abi/] [bitfield2.h] - Rev 26
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