Re: [PATCH] powerpc: Restore bootstrap for PPC Darwin.

2020-06-24 Thread Segher Boessenkool
Hi! On Wed, Jun 24, 2020 at 04:15:53PM +0100, Iain Sandoe wrote: > Darwin has signed chars and the fields in the insn_data > struct are const char, which leads to a bootstrap fail with > > "error: comparison of integer expressions of different signedness: 'unsigned > int' and 'const char' [-Werr

[PATCH] powerpc: Restore bootstrap for PPC Darwin.

2020-06-24 Thread Iain Sandoe
Hi, Darwin has signed chars and the fields in the insn_data struct are const char, which leads to a bootstrap fail with "error: comparison of integer expressions of different signedness: 'unsigned int' and 'const char' [-Werror=sign-compare]” OK for master? Iain gcc/ChangeLog: * confi