https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96147
--- Comment #6 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:e1bd80fb7064869e8d03ddb59e583f4cc9020770 commit r11-6713-ge1bd80fb7064869e8d03ddb59e583f4cc9020770 Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 15 13:52:12 2021 +0100 testsuite/96147 - key scanning on vect_hw_misalign gcc.dg/vect/slp-45.c failed to key the vectorization capability scanning on vect_hw_misalign. Since the stores are strided they cannot be (all) analyzed to be aligned. 2021-01-15 Richard Biener <rguent...@suse.de> PR testsuite/96147 * gcc.dg/vect/slp-45.c: Key scanning on vect_hw_misalign.