This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Warn for ignored ASM labels on typdef declarations PR 85444 (v.2)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]