https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98974
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andre Simoes Dias Vieira <avie...@gcc.gnu.org>: https://gcc.gnu.org/g:40c92180df970143249f3cd5056f8fb48a4d9333 commit r11-7135-g40c92180df970143249f3cd5056f8fb48a4d9333 Author: Andre Vieira <andre.simoesdiasvie...@arm.com> Date: Mon Feb 8 16:04:18 2021 +0000 middle-end/98974 - fixup after STMT_VINFO_VEC_STMTS rework This fixes up the nvectors parameter passed to vect_get_loop_mask in vectorizable_condition after the STMT_VINFO_VEC_STMTS rework. gcc/ChangeLog: 2021-02-08 Andre Vieira <andre.simoesdiasvie...@arm.com> PR middle-end/98974 * tree-vect-stmts.c (vectorizable_condition): Remove shadow vec_num parameter in vectorizable_condition. gcc/testsuite/ChangeLog: 2021-02-08 Andre Vieira <andre.simoesdiasvie...@arm.com> PR middle-end/98974 * gfortran.dg/pr98974.F90: New test.