https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97081
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:f75352bdb139c40abb400746c03d9242a0c30bd6 commit r9-9090-gf75352bdb139c40abb400746c03d9242a0c30bd6 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Sep 18 15:05:53 2020 +0200 testsuite: add another test for the rotate vectorization miscompilation This time with short and char where the used mask used to be larger than it should have been. 2020-09-18 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/97081 * gcc.dg/vect/pr97081-2.c: New test. (cherry picked from commit 3d3fe967b0961cb59f5df03ae2a55d83dc4bbd34)