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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Does adding

  ptr = __builtin_assume_alinged (alignof (footype), ptr);
  mask = __builtin_assume_aligned (alignof (footype), mask);

help?

Reply via email to