https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79119
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-01-18
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Unfortunately we can't really tell what a pointer difference is and what not
given that (uintptr_t)p - (uintptr_t)q is represented the same as p - q.
