[Bug tree-optimization/68919] Null-pointer store not removed
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 16 09:03:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68919
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu.org
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It's not clear removing those is desirable, but yes. PTA treats literal
addresses as pointing to anything while only literal zero points to the
null object.
I can't see how we can do "better" here.
More information about the Gcc-bugs
mailing list