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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Jakub Jelinek
<[email protected]>:

https://gcc.gnu.org/g:259441e8bf5466cb0bb5b3c1b4a1d17c5da26e00

commit r14-12414-g259441e8bf5466cb0bb5b3c1b4a1d17c5da26e00
Author: Jakub Jelinek <[email protected]>
Date:   Tue Mar 3 09:50:44 2026 +0100

    i386: Fix up *avx512f_load<mode>_mask for -masm=intel [PR124335]

    The Intel syntax part is missing % before 3, so it always prints {3}
    rather than {k1} or similar.

    Fixed thusly.

    2026-03-03  Jakub Jelinek  <[email protected]>

            PR target/124335
            * config/i386/sse.md (*avx512f_load<mode>_mask): Use %{%3%} instead
of
            %{3%} for -masm=intel syntax.

            * gcc.target/i386/avx512fp16-pr124335.c: New test.

    (cherry picked from commit b3502a668627caa7f49609a36dbeaf088f17037c)

Reply via email to