[Bug c/27214] The C frontend introduces undefined pointer overflow

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 12 10:55:00 GMT 2017


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amker at gcc dot gnu.org

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
The desired cleanup is to make POINTER_PLUS_EXPR take a signed offset argument,
aka ssizetype instead of sizetype.

Bin was working on this at some point, so was I ...  Bin, can you paste the
result (aka fallout) of your experiment(s)?


More information about the Gcc-bugs mailing list