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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Richard Biener
<[email protected]>:

https://gcc.gnu.org/g:6638d6ed0f1ce04d6a5a20317b457fa4e3a1c740

commit r14-10778-g6638d6ed0f1ce04d6a5a20317b457fa4e3a1c740
Author: Richard Biener <[email protected]>
Date:   Fri Oct 11 11:46:45 2024 +0200

    middle-end/117086 - fixup vec_cond simplifications

    The following adds missing checks for a vector type result type
    to simplifications that end up creating a vec_cond.

            PR middle-end/117086
            * match.pd ((op (vec_cond ...) ..) -> (vec_cond ...)): Add
            missing checks for VECTOR_TYPE_P (type).

            * gcc.dg/torture/pr117086.c: New testcase.

    (cherry picked from commit c64ae8377210bde44714d265311ee7bfa2733df9)

Reply via email to