Re: [PATCH] Fix -Werror=format-diag with RTL checking

2022-01-20 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 20, 2022 at 10:44:18AM +0100, Martin Liška wrote: > The patch disables -Wformat-diag for RTL checking diagnostics. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > PR bootstrap/104135 > > gcc/ChangeLog

[PATCH] Fix -Werror=format-diag with RTL checking

2022-01-20 Thread Martin Liška
The patch disables -Wformat-diag for RTL checking diagnostics. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR bootstrap/104135 gcc/ChangeLog: * emit-rtl.cc (make_insn_raw): Fix -Wformat-diag warnings. * r