https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118531
Bug ID: 118531 Summary: [14/15 Regression] aarch64/ins_bitfield_1.c generates INS instructions even for +nosimd Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: rsandifo at gcc dot gnu.org Target Milestone: --- Target: aarch64*-*-* g:b096a6ebe9d9f9fed4c105f6555f724eb32af95c was missing checks for TARGET_SIMD, meaning that it would generate INS instructions for the testcases even for -march=armv8-a+nosimd.