8sa1-gcc/gcc/testsuite/g++.old-deja/g++.other/bitfld5.C
Mark Mitchell 01955e9613 class.c (check_bitfield_decl): Remove restriction on really long bitfields.
* class.c (check_bitfield_decl): Remove restriction on really long
	bitfields.
	(layout_class_type): Implement new ABI handling of bitfields
	longer than their types.

From-SVN: r32625
2000-03-19 00:59:51 +00:00

8 lines
79 B
C

// Build don't link:
// Special g++ Options: -w
struct S
{
int i : 1756;
};