https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115341
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Hongyu Wang <hong...@gcc.gnu.org>: https://gcc.gnu.org/g:f46d54a2a76acb94356989fb187853e5b58c3098 commit r15-1057-gf46d54a2a76acb94356989fb187853e5b58c3098 Author: Hongyu Wang <hongyu.w...@intel.com> Date: Thu Jun 6 13:00:26 2024 +0800 [APX] Adjust target-support check [PR 115341] Current target apxf check does not specify sub-features that assembler supports, so the check with older binutils will fail at assemble stage for new apx features like NF,CCMP or CFCMOV. Adjust the assembler check for all apx subfeatures. gcc/testsuite/ChangeLog: PR target/115341 * lib/target-supports.exp (check_effective_target_apxf): Check for all apx sub-features.