Documentation Home
>
Sun WorkShop Compiler C 5.0 User's Guide
>
Appendix B Implementation-Defined Behavior
>
Implementation Compared to the ANSI/ISO StandardT
>
Structures, Unions, Enumerations, and Bit-Fields(G.3.9)
> (6.5.2.1)The order of allocation of bit-fields within an int:
Sun WorkShop Compiler C 5.0 User's Guide
Previous
: (6.5.2.1)Whether a plain int bit-field is treated as a signed int bit-field or as an unsigned int bit-field:
Next
: (6.5.2.1)Whether a bit-field can straddle a storage-unit boundary:
(6.5.2.1)The order of allocation of bit-fields within an
int
:
Bit-fields are allocated within a storage unit from high-order to low-order.
Previous
: (6.5.2.1)Whether a plain int bit-field is treated as a signed int bit-field or as an unsigned int bit-field:
Next
: (6.5.2.1)Whether a bit-field can straddle a storage-unit boundary:
© 2010, Oracle Corporation and/or its affiliates