uso ewin wrote:
I'm sorry but I don't have any arm machine, does someone have an idea how to fix, or debug this ?
ARM defines CHAR_IS_UNSIGNED which sets
tcc_state->char_is_unsigned.
You can use "tcc -funsigned-char ... " to get the same
on other platforms.
-- gr
I guess parse_btype or type_decl return the wrong type at line 4726 of tccgen.c
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
