https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97494
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:aa0d8a3e28cd3365a2910884ce3e7cb67b07f866 commit r11-7622-gaa0d8a3e28cd3365a2910884ce3e7cb67b07f866 Author: Richard Biener <rguent...@suse.de> Date: Thu Mar 11 14:11:08 2021 +0100 testsuite/97494 - XFAIL gcc.dg/vect/pr97428.c on !vect_hw_misalign While we could at least vectorize it on targets which support re-alignment tokens we fail to do this because of imperfections in alignment analysis. XFAIL when the HW cannot deal with misaligned vector accesses for now. 2021-03-11 Richard Biener <rguent...@suse.de> PR testsuite/97494 * gcc.dg/vect/pr97428.c: XFAIL on !vect_hw_misalign.