INSTALL_ASSERT_H
Russ Allbery
rra@stanford.edu
Wed May 2 19:03:00 GMT 2001
Mike Stump <mrs@windriver.com> writes:
> If the following program compiles:
> #include <assert.h>
> That's a good first order approximation. Good in 98% of the cases I
> suspect we care about.
Is compliance with the C99 requirements for assert() gcc's problem or the
system library's problem? (C99 adds over C89 the requirement that the
function name also be in the assertion message.)
--
Russ Allbery (rra@stanford.edu) < http://www.eyrie.org/~eagle/ >
More information about the Gcc
mailing list