https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119286
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>: https://gcc.gnu.org/g:b2f5a662d2696f5c49cf5925839e4a7c41c26653 commit r15-9575-gb2f5a662d2696f5c49cf5925839e4a7c41c26653 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. (cherry picked from commit 50a747215e45783de4fd64e47d0851f07d3a44df)