Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 1996 00:48:21 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.org, j@uriah.heep.sax.de
Subject:   Re: lint
Message-ID:  <199603251348.AAA16328@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help

>> The problem is limited by another one: `lint -g' doesn't define __GNUC__,
>> so it doesn't lint the same code that gcc would compile.

>Have you discusses this with Jochen Pohl?

I discussed related things (a long time ago after you first committed
xlint).

The args passed to cpp are fairly obvious in xlint.c.  The other missing
defines are:

	__GNUC_MINOR__
	i386, __i386, __i386__

and anything in the user's specs file (which we don't support).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603251348.AAA16328>