Re: [PATCH] rs6000: Shut up -Wformat-diag somewhat

2019-07-13 Thread Segher Boessenkool
On Sat, Jul 13, 2019 at 05:26:04PM +0100, Richard Sandiford wrote: > Segher Boessenkool writes: > > We currently get lot of build warnings like > > /home/segher/src/gcc/gcc/config/rs6000/rs6000-c.c:7039:12: warning: > > misspelled term 'builtin function' in format; use 'built-in function' > > in

Re: [PATCH] rs6000: Shut up -Wformat-diag somewhat

2019-07-13 Thread Richard Sandiford
Segher Boessenkool writes: > We currently get lot of build warnings like > /home/segher/src/gcc/gcc/config/rs6000/rs6000-c.c:7039:12: warning: > misspelled term 'builtin function' in format; use 'built-in function' instead > [-Wformat-diag] > 7039 |error ("builtin function %qs not supported

[PATCH] rs6000: Shut up -Wformat-diag somewhat

2019-07-13 Thread Segher Boessenkool
We currently get lot of build warnings like /home/segher/src/gcc/gcc/config/rs6000/rs6000-c.c:7039:12: warning: misspelled term 'builtin function' in format; use 'built-in function' instead [-Wformat-diag] 7039 |error ("builtin function %qs not supported in this compiler " |