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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
You are accessing memory via a uint64_t * pointer that is not aligned to
uint64_t but is misaligned by 1 byte.

Reply via email to