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

--- Comment #3 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:07959996dd859af79e51494ee04329b0e538fb94

commit r16-3105-g07959996dd859af79e51494ee04329b0e538fb94
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Sat Aug 9 14:00:47 2025 -0700

    asm-hard-reg-2.c: Use long long on z to trigger RA error

    Use long long on z to trigger

    error: 'asm' operand has impossible constraints or there are not enough
registers

    for -m32 on asm statements like:

      __asm__ __volatile__ ("" : "=A" (z), "={rax}" (y));

            PR testsuite/121205
            * gcc.target/i386/asm-hard-reg-2.c (z): Use long long for -m32
            to trigger RA error.

    Signed-off-by: H.J. Lu <hjl.to...@gmail.com>

Reply via email to