aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/92_enum_bitfield.expect
Commit message (Collapse)AuthorAgeFilesLines
* Fix unsigned enum bit-fieldsMichael Matz2017-05-051-0/+0
See testcase. If an enum has only positive values, fits N bits, and is placed in a N-bit bit-field that bit-fields must be treated as unsigned, not signed.