tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] _Generic or __builtin_choose_expr


From: grischka
Subject: Re: [Tinycc-devel] _Generic or __builtin_choose_expr
Date: Fri, 07 Jul 2017 22:29:43 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]