top | item 46742009

(no title)

Asmod4n | 1 month ago

char on linux arm is unsigned, makes for fun surprises when you only ever dealt with x86 and assumed char to be signed everywhere.

discuss

order

pkasting|1 month ago

This bit us in Chromium. We at least discussed forcing the compiler to use unsigned char on all platforms; I don't recall if that actually happened.

MaskRay|1 month ago

I recall that google3 switched to -funsigned-char for x86-64 a long time ago.