re PR inline-asm/93202 ([RISCV] ICE when using inline asm 'h' operand modifier)
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Jan 2020 08:20:25 +0000 (09:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 9 Jan 2020 08:20:25 +0000 (09:20 +0100)
commita0ab54de0ec3e0d48b2a681f7f78fe14bc4099eb
tree8037e4dcbc3ba93e09417edb92f5cf502fdc4a36
parentec9b602c167fb7dfba717f04852a3810ecf9a9a8
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.

From-SVN: r280030
gcc/ChangeLog
gcc/config/riscv/riscv.c
gcc/doc/md.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/riscv/pr93202.c [new file with mode: 0644]