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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:18e94e04dae724c61cbc13ace85fa68f2deda900

commit r14-9852-g18e94e04dae724c61cbc13ace85fa68f2deda900
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Mon Apr 8 18:57:49 2024 -0700

    x86: Define __APX_INLINE_ASM_USE_GPR32__

    Define __APX_INLINE_ASM_USE_GPR32__ for -mapx-inline-asm-use-gpr32.
    When __APX_INLINE_ASM_USE_GPR32__ is defined, inline asm statements
    should contain only instructions compatible with r16-r31.

    gcc/

            PR target/114587
            * config/i386/i386-c.cc (ix86_target_macros_internal): Define
            __APX_INLINE_ASM_USE_GPR32__ for -mapx-inline-asm-use-gpr32.

    gcc/testsuite/

            PR target/114587
            * gcc.target/i386/apx-3.c: Likewise.

Reply via email to