https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79729
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 08:06:28 2017 New Revision: 248652 URL: https://gcc.gnu.org/viewcvs?rev=248652&root=gcc&view=rev Log: Backported from mainline 2017-02-28 Jakub Jelinek <ja...@redhat.com> PR target/79729 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace gcc_unreachable with output_operand_lossage. * gcc.target/i386/pr79729.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr79729.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/i386/i386.c branches/gcc-5-branch/gcc/testsuite/ChangeLog