[Bug inline-asm/92615] [8 Regression] ICE in extract_insn
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 16:34:00 GMT 2020
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
<jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:ef7d101ee0eb663c078cfc018db164387e97cc02
commit r8-9983-gef7d101ee0eb663c078cfc018db164387e97cc02
Author: Jakub Jelinek <jakub@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 <jakub@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.
More information about the Gcc-bugs
mailing list