https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121713
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:944c3225b38ffb15b6b461e1d881f3a85b00911b commit r16-3453-g944c3225b38ffb15b6b461e1d881f3a85b00911b Author: Andrew Pinski <andrew.pin...@oss.qualcomm.com> Date: Thu Aug 28 22:25:10 2025 -0700 aarch64/testsuite: Fix vld2-1.c after r16-3201 [PR121713] After r16-3201-gee67004474d521, this testcase started to fail as we can copy prop into arguments now so the number of "after previous" check has doubled. Pushed after a quick check to make sure the testcase is now passing. PR testsuite/121713 gcc/testsuite/ChangeLog: * gcc.target/aarch64/vld2-1.c: Update the number of "after previous" checks. Signed-off-by: Andrew Pinski <andrew.pin...@oss.qualcomm.com>