https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93202
--- Comment #12 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:04e48115ac4f4eab20525280653e8ff985f1a3d8 commit r8-10004-g04e48115ac4f4eab20525280653e8ff985f1a3d8 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Feb 14 15:35:59 2020 +0100 re PR inline-asm/93202 ([RISCV] ICE when using inline asm 'h' operand modifier) PR inline-asm/93202 * config/riscv/riscv.c (riscv_print_operand_reloc): Use output_operand_lossage instead of gcc_unreachable. * doc/md.texi (riscv f constraint): Fix typo. * gcc.target/riscv/pr93202.c: New test.