https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111

--- Comment #12 from Oleg Endo <olegendo at gcc dot gnu.org> ---
(In reply to Segher Boessenkool from comment #11)
> Re: #c7:
> 
> In sh.c, change "char amount[6]" to "signed char
> amount[6]" -- does that help?

Hm, using 'signed char' instead of 'char' maybe could solve a few host related
problems such as PR 60111.  I think the 'char's should be replaced with things
like int8_t, uint8_t and bool in this case.
Anyway, this code paths should actually not be used when compiling for SHmedia.

Reply via email to