https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120817
--- Comment #20 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>: https://gcc.gnu.org/g:4b9f760c511a4ef3a390dd6cfab80bada57c2535 commit r16-2067-g4b9f760c511a4ef3a390dd6cfab80bada57c2535 Author: Tamar Christina <tamar.christ...@arm.com> Date: Mon Jul 7 17:05:01 2025 +0100 testsuite: add sve hw check to testcase [PR120817] Drop down from SVE2 to SVE1 as that's the minimum required for the test, and since it's a mid-end test add the aarch64_sve_hw check. gcc/testsuite/ChangeLog: PR tree-optimization/120817 * gcc.dg/vect/pr120817.c: Add SVE HW check.