This is the mail archive of the gcc-patches@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]

Re: patch: Use system assert.h on Solaris


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


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