https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121153
--- Comment #4 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:f069bacbf5d0f14974b8f180588bac51f9ef1a43 commit r16-2354-gf069bacbf5d0f14974b8f180588bac51f9ef1a43 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Fri Jul 18 10:07:34 2025 -0700 testsuite/vec: Fix vect-reduc-cond-[12].c for non vect_condition targets [PR121153] I missed this when I added the two testcase vect-reduc-cond-[12].c. These testcases require support of vectorization of `a ? b : c` which some targets (e.g. sparc) does not support. Pushed as obvious after a quick test. PR testsuite/121153 gcc/testsuite/ChangeLog: * gcc.dg/vect/vect-reduc-cond-1.c: Require vect_condition. * gcc.dg/vect/vect-reduc-cond-2.c: Likewise. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>