https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95487
--- Comment #6 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:887c45fb5b047171e82710baa51108d5c210eb42 commit r11-878-g887c45fb5b047171e82710baa51108d5c210eb42 Author: Richard Biener <rguent...@suse.de> Date: Wed Jun 3 15:51:29 2020 +0200 tree-optimization/95487 - use a truth type for scatter masks This makes sure to get a truth type for scatter masks even when they are invariant. 2020-06-03 Richard Biener <rguent...@suse.de> PR tree-optimization/95487 * tree-vect-stmts.c (vectorizable_store): Use a truth type for the scatter mask. * g++.dg/vect/pr95487.cc: New testcase.