https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95633
--- 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:135a8ad3a59972ea64b1244b0e221cdded9a6ec6 commit r11-1282-g135a8ad3a59972ea64b1244b0e221cdded9a6ec6 Author: Richard Biener <rguent...@suse.de> Date: Fri Jun 12 12:06:53 2020 +0200 fix vectorizable_condition ICE with EXTRACT_LAST_REDUCTION The previous reorg missed a guard around the else clause access. 2020-06-12 Richard Biener <rguent...@suse.de> PR tree-optimization/95633 * tree-vect-stmts.c (vectorizable_condition): Properly guard the vec_else_clause access with EXTRACT_LAST_REDUCTION.