https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109118
--- Comment #1 from CVS 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:0e0c18f60af51f3afd210a2929b853dd02abe996 commit r13-6655-g0e0c18f60af51f3afd210a2929b853dd02abe996 Author: Tamar Christina <tamar.christ...@arm.com> Date: Tue Mar 14 10:25:42 2023 +0000 testsuite: move mla_1 test to aarch64 only [PR109118] I previously made the test generic, but there's no list of targets that support integer MLA, and so it's not really feasible for me to make this generic. As such I've moved it to be AArch64 only. gcc/testsuite/ChangeLog: PR testsuite/109118 * gcc.dg/mla_1.c: Moved to... * gcc.target/aarch64/sve/mla_3.c: ...here.