This is the mail archive of the gcc@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: RFC: Named warnings


Mark Mitchell <mark@codesourcery.com> writes:

[...]

| So, in favor of numbers:

[...]

| - They're language-independent.

I disagree.  *Some* warnings are language-independent -- thery are
usually triggered by middle- or back-end.  Others are highly
language-dependent.   Trying to make a number means different warnings
depending on the selected language is very confusing.

Named warnins has the advantages to be more self-descriptive than
numbers.   Computers are very good at that.  I fear only a very
limited number of humans are equally good at that. 

-- Gaby


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