------- Additional Comments From schlie at comcast dot net  2005-05-09 23:19 
-------
(In reply to comment #1)
> I don't think this is a bug since conf and ppv cannot be null as you 
> deferenced them already
> and would  trap on most machines.  (there is another bug about this recently 
> filed too).
> Oh, one more thing, deferencing a null pointer is undefined by the C standard.

??? Although dereferencing a null pointer may be "undefined" as some machines 
MAY trap,
 it certainly doesn't give a conformant C compiler license to ignore a 
comparison of a
pointer against null, which is well defined.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21479

Reply via email to