This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: Use system assert.h on Solaris
- To: Colm Smyth <Colm dot Smyth at ireland dot sun dot com>
- Subject: Re: patch: Use system assert.h on Solaris
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Tue, 5 Dec 2000 17:40:11 +0000 (GMT)
- cc: <gcc-patches at gcc dot gnu dot org>, <colm dot smyth at sun dot com>
On Tue, 5 Dec 2000, Colm Smyth wrote:
> Solaris has a standards-complant system assert.h and so the
> gcc-supplied one is not required.
In standards-compliant, you're including C99-compliant (i.e. including the
function name in the message)?
Not that GCC's <assert.h> does include the function name, and since
<assert.h> isn't required for freestanding implementations I doubt that
GCC should really be installing it at all.
--
Joseph S. Myers
jsm28@cam.ac.uk