https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:b9b438b83428288d9939d1cee01cef86351104f0 commit r17-3456-gb9b438b83428288d9939d1cee01cef86351104f0 Author: H.J. Lu <[email protected]> Date: Thu Aug 20 14:28:07 2026 +0800 fuse-caller-save-xmm.c: Disable TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL Disable TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for fuse-caller-save-xmm.c to avoid FAIL: gcc.target/i386/fuse-caller-save-xmm.c scan-assembler-times movapd\t%xmm0, %xmm1 1 due to the generated instruction movaps %xmm0, %xmm1 vs the expected instruction movapd %xmm0, %xmm1 when TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL is enabled by default. PR testsuite/126923 * gcc.target/i386/fuse-caller-save-xmm.c (dg-options): Add -mtune-ctrl=^sse_packed_single_insn_optimal. Signed-off-by: H.J. Lu <[email protected]>
