[ERROR]
The type of the bit field is too small for the number of bits specified.
struct {
int b:1234;
} S;
Choose a smaller number of bits, or choose a larger type of the bitfield (if the backend allows such a non-standard extension).