[Bug tree-optimization/95633] [11 regression] ICEs since r11-1143-gb05d5563f4be13b4a0d0951375a82adf483973c0
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 12 10:09:08 GMT 2020
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 <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:135a8ad3a59972ea64b1244b0e221cdded9a6ec6
commit r11-1282-g135a8ad3a59972ea64b1244b0e221cdded9a6ec6
Author: Richard Biener <rguenther@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 <rguenther@suse.de>
PR tree-optimization/95633
* tree-vect-stmts.c (vectorizable_condition): Properly
guard the vec_else_clause access with EXTRACT_LAST_REDUCTION.
More information about the Gcc-bugs
mailing list