Re: [PATCH] sh: char isn't signed
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
[PATCH] sh: char isn't signed
An sh compiler fails to build on systems that have plain char unsigned. Fix that. 2014-11-20 Segher Boessenkool 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(+), 1 deletion(-) diff --git a