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

--- 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:200531d5b9fb99eca2b0d6b8d1e42d176413225f

commit r14-6861-g200531d5b9fb99eca2b0d6b8d1e42d176413225f
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Thu Dec 28 20:26:01 2023 -0800

    Fix gen-vect-26.c testcase after loops with multiple exits [PR113167]

    This fixes the gcc.dg/tree-ssa/gen-vect-26.c testcase by adding
    `#pragma GCC novector` in front of the loop that is doing the checking
    of the result. We only want to test the first loop to see if it can be
    vectorize.

    Committed as obvious after testing on x86_64-linux-gnu with -m32.

    gcc/testsuite/ChangeLog:

            PR testsuite/113167
            * gcc.dg/tree-ssa/gen-vect-26.c: Mark the test/check loop
            as novector.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to