Re: [PATCH 4/12] fix diagnostic quoting/spelling in the C front-end

2019-05-16 Thread Jeff Law
On 5/14/19 3:32 PM, Martin Sebor wrote: > The attached patch fixes quoting, spelling, and other formatting > issues in diagnostics issued by the C front-end and pointed out > by the -Wformat-diag warning. > > Martin > > gcc-wformat-diag-c.diff > > gcc/c/ChangeLog: > > * c-decl.c

[PATCH 4/12] fix diagnostic quoting/spelling in the C front-end

2019-05-14 Thread Martin Sebor
The attached patch fixes quoting, spelling, and other formatting issues in diagnostics issued by the C front-end and pointed out by the -Wformat-diag warning. Martin gcc/c/ChangeLog: * c-decl.c (start_decl): Quote keywords, operators, and types in diagnostics. (finish_decl): Same. *