https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13721
--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <l...@gcc.gnu.org>: https://gcc.gnu.org/g:64c9f2d9972ad359a32f0a97ee0a806c2532db15 commit r10-6207-g64c9f2d9972ad359a32f0a97ee0a806c2532db15 Author: Jeff Law <l...@redhat.com> Date: Fri Jan 24 08:57:46 2020 -0700 Emit reasonable diagnostic rather than ICE on invalid ASM on H8 port PR target/13721 * config/h8300/h8300.c (h8300_print_operand): Only call byte_reg for REGs. Call output_operand_lossage to get more reasonable diagnostics. PR target/13721 * gcc.target/h8300/pr13721.c: New test.