[PATCH] sh: char isn't signed

2014-11-20 Thread Segher Boessenkool
An sh compiler fails to build on systems that have plain char unsigned. Fix that. 2014-11-20 Segher Boessenkool seg...@kernel.crashing.org gcc/ PR target/60111 * config/sh/sh.c: Use signed char for signed field. --- gcc/config/sh/sh.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] sh: char isn't signed

2014-11-20 Thread Oleg Endo
On Thu, 2014-11-20 at 07:41 -0800, Segher Boessenkool wrote: An sh compiler fails to build on systems that have plain char unsigned. Fix that. Ouch. Thanks for spotting this. OK for trunk, 4.9 and 4.8. Cheers, Oleg