Re: [PATCH] epiphany: fir -Wformat-diag.

2022-01-12 Thread Jeff Law via Gcc-patches
On 1/12/2022 2:57 AM, Martin Liška wrote: This fixes -Wformat-diag warnings. Ready to be installed? Thanks, Martin gcc/ChangeLog: * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute): Use %qs format specifier. (epiphany_override_options): Wrap keyword in %<, %>. O

[PATCH] epiphany: fir -Wformat-diag.

2022-01-12 Thread Martin Liška
This fixes -Wformat-diag warnings. Ready to be installed? Thanks, Martin gcc/ChangeLog: * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute): Use %qs format specifier. (epiphany_override_options): Wrap keyword in %<, %>. --- gcc/config/epiphany/epiphany.c