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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Even though Intel machines can perform GPRs loads and stores unaligned but some
SSE load/stores can't do unaligned.

Also in C, it is undefined to access an unaligned pointer.

Reply via email to