https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121288
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Juergen Christ <jchr...@gcc.gnu.org>: https://gcc.gnu.org/g:9e91a99b2bb7d7f2724c638b38fff8b96c54ccd4 commit r16-2616-g9e91a99b2bb7d7f2724c638b38fff8b96c54ccd4 Author: Juergen Christ <jchr...@linux.ibm.com> Date: Tue Jul 29 16:23:24 2025 +0200 testsuite: Adjust s390x params for vector tests. Loop peeling and minimal loop vectorization threshold prevented loop vectorization in these examples. Adjust parameters in the test to make the test pass. Signed-off-by: Juergen Christ <jchr...@linux.ibm.com> PR testsuite/121286 PR testsuite/121288 gcc/testsuite/ChangeLog: * gcc.dg/vect/pr112325.c: Adjust parameters for s390. * gcc.dg/vect/pr117888-1.c: Ditto.