https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95258
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:af216f799553b9306cb662fc303412a244215ec5 commit r10-8176-gaf216f799553b9306cb662fc303412a244215ec5 Author: H.J. Lu <hjl.to...@gmail.com> Date: Fri May 22 04:18:34 2020 -0700 x86: Handle -mavx512vpopcntdq for -march=native Add -mavx512vpopcntdq for -march=native if AVX512VPOPCNTDQ is available. PR target/95258 * config/i386/driver-i386.c (host_detect_local_cpu): Detect AVX512VPOPCNTDQ. (cherry picked from commit 808b611bfb4b05703ea174e50874c711dca44c98)