01955e9613
* 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
8 lines
79 B
C
8 lines
79 B
C
// Build don't link:
|
|
// Special g++ Options: -w
|
|
|
|
struct S
|
|
{
|
|
int i : 1756;
|
|
};
|