This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 11/12] fix diagnostic quoting/spelling issues in i386 back-end
- 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:18:48 -0600
- Subject: Re: [PATCH 11/12] fix diagnostic quoting/spelling issues in i386 back-end
- References: <50e6af79-64bd-a660-f101-7f7da1aad6b6@gmail.com>
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/i386-expand.c (get_element_number): Quote keywords
> and other internal names in diagnostics. Adjust other diagnostic
> formatting issues noted by -Wformat-diag.
> * config/i386/i386-features.c
> (ix86_mangle_function_version_assembler_name): Same.
> * config/i386/i386-options.c (ix86_handle_abi_attribute): Same.
> * config/i386/i386.c (ix86_function_type_abi): Same.
> (ix86_function_ms_hook_prologue): Same.
> (classify_argument): Same.
> (ix86_expand_prologue): Same.
> (ix86_md_asm_adjust): Same.
> (ix86_memmodel_check): Same.
OK
jeff