https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116000
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Feng Xue <f...@gcc.gnu.org>: https://gcc.gnu.org/g:8e2c9360c2df4b16582d3b9eb34e8c448798a1f3 commit r15-2719-g8e2c9360c2df4b16582d3b9eb34e8c448798a1f3 Author: Feng Xue <f...@os.amperecomputing.com> Date: Mon Aug 5 18:13:55 2024 +0800 vect: Fix dot-product slp testcases [PR116000] These testcases were added by the patch of supporting multiple lane-reducing operations. For target that has no dot-product instrution, we should add matching condition to skip it. 2024-08-05 Feng Xue <f...@os.amperecomputing.com> gcc/testsuite/ PR tree-optimization/116000 * gcc.dg/vect/vect-reduc-chain-dot-slp-1.c: Skip target with no dot- product instruction. * gcc.dg/vect/vect-reduc-chain-dot-slp-2.c: Likewise. * gcc.dg/vect/vect-reduc-chain-dot-slp-3.c: Likewise. * gcc.dg/vect/vect-reduc-chain-dot-slp-4.c: Likewise.