https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112469
--- Comment #8 from CVS 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:20aa06490ab57da7729a24bae7c4ec2f5918ec91 commit r14-5317-g20aa06490ab57da7729a24bae7c4ec2f5918ec91 Author: Richard Biener <rguent...@suse.de> Date: Fri Nov 10 09:56:01 2023 +0100 middle-end/112469 - fix missing converts in vec_cond_expr simplification The following avoids type inconsistencies in .COND_op generated by simplifications of VEC_COND_EXPRs. PR middle-end/112469 * match.pd (cond ? op a : b -> .COND_op (cond, a, b)): Add missing view_converts. * gcc.dg/torture/pr112469.c: New testcase.