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

--- Comment #14 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:c090d57e384733d726fad8f61018a3c6d2c559f0

commit r17-3454-gc090d57e384733d726fad8f61018a3c6d2c559f0
Author: H.J. Lu <[email protected]>
Date:   Thu Aug 20 06:43:54 2026 +0800

    x86: Compile AVX2 tests with -mno-avx512f

    Compile AVX2 tests, which expect AVX2 instructions, with -mno-avx512f to
    avoid failures like

    FAIL: gcc.target/i386/avx2-vpor-1.c scan-assembler vpor[
\\t]+[^\n]*%ymm[0-9]

    when AVX512 is enabled by default.

            PR testsuite/126923
            * gcc.target/i386/avx2-vbroadcastsi128-1.c (dg-options): Add
            -mno-avx512f.
            * gcc.target/i386/avx2-vbroadcastss_ps256-1.c (dg-options):
            Likewise.
            * gcc.target/i386/avx2-vextracti128-1.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vinserti128-1.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vpand-1.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vpand-3.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vpandn-1.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vpor-1.c (dg-options): Likewise.
            * gcc.target/i386/avx2-vpxor-1.c (dg-options): Likewise.

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

Reply via email to