This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Warn for ignored ASM labels on typdef declarations PR 85444 (v.2)
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Will Hawkins <whh8b at virginia dot edu>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 30 Apr 2018 11:51:23 +0000
- Subject: Re: [PATCH] Warn for ignored ASM labels on typdef declarations PR 85444 (v.2)
- References: <CAE+MWFtFXrsFg6nrxePpKBMRovG59QG_hFjw4KYKqQVMHQ=Yhw@mail.gmail.com>
On Sat, 28 Apr 2018, Will Hawkins wrote:
> + {
> + warning (OPT_Wignored_qualifiers, "asm-specifier is ignored in "
> + "typedef declaration");
This does not match the documented semantics of -Wignored-qualifiers. I
don't think it's appropriate to expand those semantics to include this
warning either.
--
Joseph S. Myers
joseph@codesourcery.com