This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 3/12] fix diagnostic quoting/spelling in Brig
- From: Jeff Law <law at redhat dot com>
- To: Martin Sebor <msebor at gmail dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 16 May 2019 13:12:34 -0600
- Subject: Re: [PATCH 3/12] fix diagnostic quoting/spelling in Brig
- References: <c4299dad-f27b-46e0-f3b9-3953fbe52efc@gmail.com>
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:
>
> * brigfrontend/brig-control-handler.cc
> (brig_directive_control_handler::operator): Remove trailing newline
> from a diagnostic.
> * brigfrontend/brig-module-handler.cc
> (brig_directive_module_handler::operator): Remove a duplicated space
> from a diagnostic.
OK.
Jeff