[Bug c/85985] GCC >= 5.6 unaligned movaps

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 29 19:47:00 GMT 2018


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The alignment requirement for struct bbb is 64bytes but you cast a non aligned
data to that type.

This is undefined code since the type has an alignment requirement.


More information about the Gcc-bugs mailing list