https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105132
--- Comment #4 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:3eda57b4ae50b5fe57c174556f1daf3bd9a46b09 commit r12-7980-g3eda57b4ae50b5fe57c174556f1daf3bd9a46b09 Author: Richard Biener <rguent...@suse.de> Date: Mon Apr 4 10:31:15 2022 +0200 tree-optimization/105132 - add missing checking in vectorizable_operation The following adds missing verification that the input vectors have the same number of elements for vectorizable_operation. 2022-04-04 Richard Biener <rguent...@suse.de> PR tree-optimization/105132 * tree-vect-stmts.cc (vectorizable_operation): Check that the input vectors have the same number of elements. * gcc.dg/torture/pr105132.c: New testcase.