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

--- Comment #4 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:06fd55468f12f3e6acf4172ee74d6545be231fde

commit r17-3403-g06fd55468f12f3e6acf4172ee74d6545be231fde
Author: H.J. Lu <[email protected]>
Date:   Wed Aug 19 06:29:57 2026 +0800

    xop-pcmov3.c: Disable AVX512F

    Since the *avx512vl_vternlogv4si_all pattern is enabled by TARGET_AVX512VL
    or TARGET_AVX512F && !TARGET_PREFER_AVX256, disable AVX512F to avoid

    FAIL: gcc.target/i386/xop-pcmov3.c scan-assembler vpcmov

    when TARGET_PREFER_AVX256 isn't enabled by default.

            PR testsuite/126923
            * gcc.target/i386/xop-pcmov3.c (dg-options): Replace -mno-avx512vl
            with -mno-avx512f.

    Signed-off-by: H.J. Lu <[email protected]>

Reply via email to