https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122503

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <[email protected]>:

https://gcc.gnu.org/g:2492c7c154893a9e60912489a3b06726f86ede57

commit r16-5537-g2492c7c154893a9e60912489a3b06726f86ede57
Author: liuhongt <[email protected]>
Date:   Sun Nov 23 21:46:23 2025 -0800

    Adjust testcase.

    r16-3760-g9ff5cadac4579f generates more condition move for
    -march=cascadelake, and causes new failures as below

    FAIL: gcc.target/i386/pr116896.c scan-assembler-times \tjp\t 2
    FAIL: g++.target/i386/pr116896-1.C  -std=gnu++20  scan-assembler-times
\tjp\t 1
    FAIL: g++.target/i386/pr116896-1.C  -std=gnu++23  scan-assembler-times
\tjp\t 1
    FAIL: g++.target/i386/pr116896-1.C  -std=gnu++26  scan-assembler-times
\tjp\t 1

    the code generated should be better than before, so just add
    -mtune=generic to "fix" the testcases.

    gcc/testsuite/ChangeLog:

            PR target/122503
            * g++.target/i386/pr116896-1.C: Add -mtune=generic to
            dg-options.
            * gcc.target/i386/pr116896.c: Ditto.

Reply via email to