https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102761
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:9644864791547f8ecca23f23a8c6a64cfa79905c commit r10-10239-g9644864791547f8ecca23f23a8c6a64cfa79905c Author: Uros Bizjak <ubiz...@gmail.com> Date: Mon Oct 18 17:03:28 2021 +0200 i386: Fix ICE in ix86_print_opreand_address [PR 102761] 2021-10-18 Uroš Bizjak <ubiz...@gmail.com> PR target/102761 gcc/ChangeLog: * config/i386/i386.c (ix86_print_operand_address): Error out for non-address_operand asm operands. gcc/testsuite/ChangeLog: * gcc.target/i386/pr102761.c: New test.