https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106879
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jiu Fu Guo <guoji...@gcc.gnu.org>: https://gcc.gnu.org/g:57e7229a29ca0e9929b61051e4f5857f0b41b6c7 commit r14-105-g57e7229a29ca0e9929b61051e4f5857f0b41b6c7 Author: Jiufu Guo <guoji...@linux.ibm.com> Date: Tue Apr 18 15:56:53 2023 +0800 PR testsuite/106879 FAIL: gcc.dg/vect/bb-slp-layout-19.c on powerpc64 On P7, option -mno-allow-movmisalign is added during testing, which prevents slp happen on the case. Like PR65484 and PR87306, this patch use vect_hw_misalign to guard the case on powerpc targets. gcc/testsuite/ChangeLog: PR testsuite/106879 * gcc.dg/vect/bb-slp-layout-19.c: Modify to guard the check with vect_hw_misalign on POWERs.