[Bug target/79729] [5/6 Regression] ICE in ix86_print_operand, at config/i386/i386.c:18231

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79729

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Jakub Jelinek  ---
Fixed.

[Bug target/79729] [5/6 Regression] ICE in ix86_print_operand, at config/i386/i386.c:18231

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79729

--- Comment #7 from Jakub Jelinek  ---
Author: jakub
Date: Tue May 30 08:06:28 2017
New Revision: 248652

URL: https://gcc.gnu.org/viewcvs?rev=248652=gcc=rev
Log:
Backported from mainline
2017-02-28  Jakub Jelinek  

PR target/79729
* config/i386/i386.c (ix86_print_operand) : 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

[Bug target/79729] [5/6 Regression] ICE in ix86_print_operand, at config/i386/i386.c:18231

2017-05-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79729

--- Comment #6 from Jakub Jelinek  ---
Author: jakub
Date: Fri May  5 21:33:43 2017
New Revision: 247677

URL: https://gcc.gnu.org/viewcvs?rev=247677=gcc=rev
Log:
Backported from mainline
2017-02-28  Jakub Jelinek  

PR target/79729
* config/i386/i386.c (ix86_print_operand) : Replace
gcc_unreachable with output_operand_lossage.

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

Added:
branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr79729.c
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/config/i386/i386.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog

[Bug target/79729] [5/6 Regression] ICE in ix86_print_operand, at config/i386/i386.c:18231

2017-02-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79729

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|--- |5.5
Summary|ICE in ix86_print_operand,  |[5/6 Regression] ICE in
   |at config/i386/i386.c:18231 |ix86_print_operand, at
   ||config/i386/i386.c:18231

--- Comment #5 from Jakub Jelinek  ---
Fixed on the trunk so far.  I think the bug is present in 4.9+ (but only 5+ are
still maintained).