| |||
| Home > Compiler Command-line Options > --narrow_volatile_bitfields | |||
The AEABI specifies that volatile bitfields are accessed as
the size of their container type. However, some versions of GCC
instead use the smallest access size that contains the entire bitfield. --narrow_volatile_bitfields emulates
this non-AEABI compliant behavior.