[Bug target/91702] [9/10 Regression] ICE with mips16

2019-11-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Jakub Jelinek  ---
.

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-11-20 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

--- Comment #5 from Dragan Mladjenovic  ---
Yes, I believe so.

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-11-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek  ---
So fixed for 9.3+ and can be closed then?

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-10-04 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

--- Comment #3 from draganm at gcc dot gnu.org ---
Author: draganm
Date: Fri Oct  4 10:57:48 2019
New Revision: 276569

URL: https://gcc.gnu.org/viewcvs?rev=276569=gcc=rev
Log:
Backprot fix for uninitialised use in mips_split_move

Fixes PR target/91474 and PR target/91702.

2019-10-04  Dragan Mladjenovic  

Backport from mainline
2019-07-07  Richard Sandiford  

gcc/
* config/mips/mips.c (mips_split_move): Zero-initialize addr
and check whether addr.reg is nonnull before using it.

Modified:
branches/gcc-9-branch/gcc/ChangeLog
branches/gcc-9-branch/gcc/config/mips/mips.c

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-09-19 Thread g...@hauke-m.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

--- Comment #2 from Hauke Mehrtens  ---
I backported https://gcc.gnu.org/viewcvs/gcc?view=revision=273174 on
top of GCC 9.2.0 and I do not see this problem any more, OpenWrt compiles now
file with these settings. Please backport this change to the gcc 9 branch.

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-09-18 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

--- Comment #1 from Dragan Mladjenovic  ---
Hi,

Same as with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91474#c5. Chould you
perhaps verify if r273174 fixes your issue?

Thanks in advance.

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-09-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |9.3
Summary|ICE with mips16 |[9/10 Regression] ICE with
   ||mips16