https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70170

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
A small problem is that the second argument to POINTER_PLUS_EXPR is not signed,
but unsigned (sizetype).  Which is why I wrote "negative", negative would mean
having the most significant bit set or so.

Reply via email to