Skip to content

Draft: Replace internal 1-bit fields with bool

Emmanuele Bassi requested to merge ebassi/bools-not-bits into main

Single bit fields cannot be used by address, and will overflow when set to values that are bigger than one bit; the behaviour (if not the size) of the C99 bool type is better defined.

Merge request reports