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 (start_decl): Quote keywords, operators, and
> types in diagnostics.
> (finish_decl): Same.
> * c-parser.c (c_parser_asm_statement): Same.
> (c_parser_conditional_expression): Same.
> (c_parser_transaction_cancel): Same.
> * c-typeck.c (c_common_type): Same.
> (build_conditional_expr): Same.
> (digest_init): Same.
> (process_init_element): Same.
> (build_binary_op): Same.
OK
jeff