This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: -fdelete-null-pointer-checks


Hi Bansidhar,

I think it means that paranoia "insure that dereferenced pointers are not NULL" testing is no longer assured by the compiler.

Either you'll get NULL dereferences (a programmer's logic error), or you have an OS that will signal a SEGV, such as SunOS 5.8 (aka Solaris 8).

--Eljay


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