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: Ping Ping Ping: [PATCH] RFA: Add a small indication to warnings that are promoted to errors


Simon Baldwin wrote:

> I have not suggested that -Werror no longer present warnings as
> errors.  The patch does not affect this any way.

I understand that.

I question whether it is necessary that users see an
error-promoted-from-a-warning differently than an
error-that-was-always-an-error.

As I've indicated, if we do think it's necessary then:

>>  error: [WNNNN] <the message>

is my first choice.  My second choice is to add [was warning] or,
perhaps, [disable with -W] or [disable with -Wfoobar].

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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