You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usual promotion rules apply to bit-fields -- thus, an unsigned bit-field
that is smaller than 'int' gets promoted to 'int', and thus yields a signed
expression. Issue #3709.
0 commit comments