https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102166
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:259945a0a4880b66f93f71eebe70f78c91e02d5e commit r11-8953-g259945a0a4880b66f93f71eebe70f78c91e02d5e Author: liuhongt <hongtao....@intel.com> Date: Thu Sep 2 12:49:46 2021 +0800 Remove macro check for __AMX_BF16/INT8/TILE__ in header file. gcc/ChangeLog: PR target/102166 * config/i386/amxbf16intrin.h : Remove macro check for __AMX_BF16__. * config/i386/amxint8intrin.h : Remove macro check for __AMX_INT8__. * config/i386/amxtileintrin.h : Remove macro check for __AMX_TILE__. gcc/testsuite/ChangeLog: PR target/102166 * g++.target/i386/pr102166.C: New test.