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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-* i?86-*-*
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
This works exactly as intended.  In C when you offset a pointer you may not
venture outside of a valid object and at NULL there isn't a valid object
unless -fno-delete-null-pointer-checks.

Reply via email to