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: Removal of useless null pointer checks


On Tue, Sep 21, 1999 at 08:07:50PM -0600, Jeffrey A Law wrote:
> Hmm, in a non-hosted (aka freestanding) environment it may be reasonable
> to have things at address zero.

I can't believe folks can reasonably put objects *at* address zero
(as opposed to near zero) even in a non-hosted environment.  Despite
standards that leave things squishy in this area, it's now too deeply
ingrained that 0 == NULL.


r~


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