http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47900
Dmitry Gorbachev changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47900
Richard Guenther changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #3 from Richard Guenth
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47900
--- Comment #2 from Dmitry Gorbachev
2011-02-27 19:57:01 UTC ---
A null pointer check (... && ! &p->i) is not eliminated, notwithstanding the
fact that the pointer has been dereferenced. If it is not null, bar is not
called; otherwise, there is a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47900
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|