]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR target/79559 (ICE in ix86_print_operand, at config/i386/i386.c:18189)
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 May 2017 07:59:29 +0000 (09:59 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 May 2017 07:59:29 +0000 (09:59 +0200)
commit1eb05d1695bfe166882ab48c6e5a9e08d4e6a85d
treed09480c5728013fa6e6cc37fee6c6e3965025491
parent78773fc61156cf85911e9526e04d708d7876772a
backport: re PR target/79559 (ICE in ix86_print_operand, at config/i386/i386.c:18189)

Backported from mainline
2017-02-18  Jakub Jelinek  <jakub@redhat.com>

PR target/79559
* config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
instead of gcc_assert for K, r and R code checks.  Formatting fixes.

* gcc.target/i386/pr79559.c: New test.

From-SVN: r248644
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr79559.c [new file with mode: 0644]