https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91704
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Sep 9 10:51:04 2019 New Revision: 275509 URL: https://gcc.gnu.org/viewcvs?rev=275509&root=gcc&view=rev Log: PR target/91704 * config/i386/avxintrin.h (__v32qs): New typedef. * config/i386/avx2intrin.h (_mm256_cmpgt_epi8): Use casts to __v32qs instead of __v32qi. * gcc.target/i386/pr91704.c: New test. Added: branches/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr91704.c Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/config/i386/avx2intrin.h branches/gcc-9-branch/gcc/config/i386/avxintrin.h branches/gcc-9-branch/gcc/testsuite/ChangeLog