[Bug c/67999] Wrong optimization of pointer comparisons
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 19 09:56:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999
--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC assumes objects will not wrap around zero only (well, it assumes objects
cannot live at address zero but it also assumes that the
pointer-to-one-element-after isn't zero or wraps around zero).
More information about the Gcc-bugs
mailing list