This is the mail archive of the gcc-bugs@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: Not a bug, but a suggestion


On Thu, Jan 17, 2002 at 08:16:12PM -0000, Michael McTernan wrote:

 > GCC is great - well done.  Anyhow, now that gcc obseletes lint and similar
 > programs (well, maybe not lclint, but that doesn't count) is it possible to

GCC does not obsolete even a "traditional" lint (that is, lint-updated-for-
ISO-C, such as the one that is shipped with NetBSD).

There are two major things that lint provides that compilers do not:

	(1) cross-module consistency checking

	(2) a "portability check" mode

And, honestly, these things don't belong in the compiler.  It's hard enough
getting the compiler right, leave de-linting to an external tool.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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