https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Xi Ruoyao <xry...@gcc.gnu.org>: https://gcc.gnu.org/g:6bf383c37e6131a8e247e8a0997d55d65c830b6d commit r12-1924-g6bf383c37e6131a8e247e8a0997d55d65c830b6d Author: Xi Ruoyao <xry...@mengyan1223.wang> Date: Mon Jun 28 13:54:58 2021 +0800 fixinc: don't "fix" machine names in __has_include(...) [PR91085] fixincludes/ PR other/91085 * fixfixes.c (check_has_inc): New static function. (machine_name_fix): Don't replace header names in __has_include(...). * inclhack.def (machine_name): Adjust test. * tests/base/testing.h: Update.