[Bug testsuite/126923] Additional testsuite failures when configured with --with-arch=native --with-cpu=native

"cvs-commit at gcc dot gnu.org via Gcc-bugs" <[email protected]>
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
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]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.