https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #5 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:cb72b7b1a2f6c455c7602e4269eeca5701ccc167 commit r17-3404-gcb72b7b1a2f6c455c7602e4269eeca5701ccc167 Author: H.J. Lu <[email protected]> Date: Wed Aug 19 06:18:43 2026 +0800 xorps-sse2.c: Disable TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL Disable TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for xorps-sse2.c to avoid FAIL: gcc.target/i386/xorps-sse2.c scan-assembler-not pxor FAIL: gcc.target/i386/xorps-sse2.c scan-assembler xorps[ \t] when TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL is enabled by default. PR testsuite/126923 * gcc.target/i386/xorps-sse2.c (dg-options): Add -mtune-ctrl=^sse_packed_single_insn_optimal. Signed-off-by: H.J. Lu <[email protected]>
