[PATCH 3/12] fix diagnostic quoting/spelling in Brig

2019-05-14 Thread Martin Sebor
The attached patch fixes quoting, spelling, and other formatting issues in diagnostics issued by the Brig front end and pointed out by the -Wformat-diag warning. Martin gcc/brig/ChangeLog: * brigfrontend/brig-control-handler.cc (brig_directive_control_handler::operator): Remove trailing newlin

Re: [PATCH 3/12] fix diagnostic quoting/spelling in Brig

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 Brig front end and pointed > out by the -Wformat-diag warning. > > Martin > > gcc-wformat-diag-brig.diff > > gcc/brig/ChangeLog: > > * brigfront