https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116623
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Torbjorn Svensson <az...@gcc.gnu.org>: https://gcc.gnu.org/g:e152a734337a06ed085c2e6700f21cda9ca7ad17 commit r15-4966-ge152a734337a06ed085c2e6700f21cda9ca7ad17 Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> Date: Sat Oct 19 18:08:01 2024 +0200 testsuite: arm: Relax register selection [PR116623] Since r15-1619-g3b9b8d6cfdf, test5 and test8 fails due to that "ip" might be used and r3 might be moved to another register for later dereference. gcc/testsuite/ChangeLog: PR testsuite/116623 * gcc.target/arm/mve/dlstp-compile-asm-2.c: Align test5 and test8 with changes in r15-1619-g3b9b8d6cfdf. Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>