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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:13860e2f036c34d43a6ef07da4f6e66854d176fd

commit r13-9320-g13860e2f036c34d43a6ef07da4f6e66854d176fd
Author: Richard Biener <rguent...@suse.de>
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)
  • [Bug tree-optimization/117086] ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to