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 Mon, 30 Apr 2018, Will Hawkins wrote:

> I agree! It was, however, the closest of all the categories that I
> could find that seemed to match the warning that I am trying to emit.
> I will go back and review the categories and see if there is something
> that I missed.

If there isn't a suitable warning option for a new warning, that means you 
need to add (with documentation) a new warning option (which might then be 
enabled by -Wall or -Wextra if appropriate; and, once in GCC, should have 
release notes added to gcc-9/changes.html on the website).

-- 
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]