https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84625
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Jun 25 17:25:41 2018 New Revision: 262068 URL: https://gcc.gnu.org/viewcvs?rev=262068&root=gcc&view=rev Log: Backported from mainline 2018-03-02 Jakub Jelinek <ja...@redhat.com> PR inline-asm/84625 * config/i386/i386.c (ix86_print_operand): Use conditional output_operand_lossage instead of gcc_assert if CONST_VECTOR is not zero vector. * gcc.target/i386/pr84625.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr84625.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/i386/i386.c branches/gcc-6-branch/gcc/testsuite/ChangeLog