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.