Re: [PATCH 11/12] fix diagnostic quoting/spelling issues in i386 back-end

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

[PATCH 11/12] fix diagnostic quoting/spelling issues in i386 back-end

2019-05-14 Thread Martin Sebor
The attached patch fixes quoting, spelling, and other formatting issues in diagnostics issued by the i386 back-end and pointed out by the -Wformat-diag warning. Martin gcc/ChangeLog: * config/i386/i386-expand.c (get_element_number): Quote keywords and other internal names in diagnostics. Adju