https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106879
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Jiu Fu Guo <guoji...@gcc.gnu.org>: https://gcc.gnu.org/g:9347879fb622b024e8924a731c2acc7100d5e9b4 commit r13-8221-g9347879fb622b024e8924a731c2acc7100d5e9b4 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.