https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119286
--- Comment #10 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:50a747215e45783de4fd64e47d0851f07d3a44df commit r16-93-g50a747215e45783de4fd64e47d0851f07d3a44df Author: Tamar Christina <tamar.christ...@arm.com> Date: Wed Apr 23 08:07:23 2025 +0100 testsuite: AMDGCN test for vect-early-break_38.c as well to consistent architecture [PR119286] I had missed this one during the AMDGCN test failures. Like vect-early-break_18.c this test is also scalaring the loads and thus leading to unexpected vectorization for this testcase. gcc/testsuite/ChangeLog: PR target/119286 * gcc.dg/vect/vect-early-break_38.c: Force -march=gfx908 for amdgcn.