mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
When checking for exact compatibility between types (such as in __builtin_types_compatible_p) consider the case of default signedness to be incompatible with both of the explicit signedness for char. That is, char is incompatible with signed char *and* unsigned char, no matter what the default signedness for char is.
45 KiB
45 KiB