https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117086
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:c64ae8377210bde44714d265311ee7bfa2733df9 commit r15-4260-gc64ae8377210bde44714d265311ee7bfa2733df9 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.