https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116500

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andi Kleen <a...@gcc.gnu.org>:

https://gcc.gnu.org/g:ffb00a0da44be946bcac45dd702e18555f564b2e

commit r15-3236-gffb00a0da44be946bcac45dd702e18555f564b2e
Author: Andi Kleen <a...@gcc.gnu.org>
Date:   Tue Aug 27 16:45:26 2024 -0700

    Fix test failing on sparc

    SPARC does not support vectorizing conditions, which this test relies
    on. Use vect_condition as effective target.

    Committed as obvious.

    PR testsuite/116500

    gcc/testsuite/ChangeLog:

            * gcc.dg/vect/vect-switch-ifcvt-1.c: Use vect_condition to
            check if vectorizing conditions is supported for target.

Reply via email to