https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95355
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:31d827e98ab32060ef522fa5f3e42c1175e1a439 commit r10-8198-g31d827e98ab32060ef522fa5f3e42c1175e1a439 Author: Uros Bizjak <ubiz...@gmail.com> Date: Thu May 28 13:56:54 2020 +0200 i386: Remove %q modifier from two pmov insn templates [PR95355] 2020-05-28 Uroš Bizjak <ubiz...@gmail.com> gcc/ChangeLog: PR target/95355 * config/i386/sse.md (<mask_codefor>avx512f_<code>v16qiv16si2<mask_name>): Remove %q operand modifier from insn template. (avx512f_<code>v8hiv8di2<mask_name>): Ditto. gcc/testsuite/ChangeLog: PR target/95355 * gcc.target/i386/pr95355.c: New test.