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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:ef7d101ee0eb663c078cfc018db164387e97cc02

commit r8-9983-gef7d101ee0eb663c078cfc018db164387e97cc02
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri Feb 14 12:37:40 2020 +0100

    backport: re PR inline-asm/92615 (ICE in extract_insn)

        Backported from mainline
        2019-11-23  Jakub Jelinek  <ja...@redhat.com>

        PR target/92615
        * config/i386/i386.c (ix86_md_asm_adjust): If dest_mode is
        GET_MODE (dest), is not QImode, using ZERO_EXTEND and dest is not
        register_operand, force x into register before storing it into dest.
        Formatting fix.

        * gcc.target/i386/pr92615.c: New test.

Reply via email to