On Wed, 26 Jan 2005 22:47:48 +1100
Nick Piggin <[EMAIL PROTECTED]> wrote:

> So you shouldn't even need that runtime check there I think.
> The #if was just a small space saving, but you could simply
> remove that and be done with it I think. Or have I missed
> something?

For the architectures where it is a constant "1", keeping
the check there makes GCC not output any code more than
a NULL pointer return.  I figured that would be desirable :)

Reply via email to