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


Robert Dewar wrote:-

> I was responding to the comment that some warnings should be made into errors.
> That is not a transformation that is up to the individual implementor.

I didn't say that.  I said more of our warnings should be errors.  The
example I gave was

inline int x;

which is currently a warning, but nonsensical and a constraint
violation.  A good candidate for an error, in other words.

Neil.


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