Hi Thomas,

On Wed, Feb 05, 2014 at 02:15:07PM +0800, Thomas Preud'homme wrote:
> I would like to fix this but I need to see first why tcc and gcc differ.
> Daniel, if you read this, can you explain me why gcc seems to use a signed
> char while tcc uses an unsigned char?

it seems char, signed char, and unsigned char are distinct types in C.
With GCC neither unsigned char nor signed char is compatible with char.

Best regards,

  Daniel

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to