[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-11-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-04 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #10 from Aurelien Jarno --- Thanks!

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-04 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #9 from Dragan Mladjenovic --- Sorry for the delay. I somehow managed to get my git svn rebase to take hours. Both patches have been backported.

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-04 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #8 from draganm at gcc dot gnu.org --- Author: draganm Date: Fri Oct 4 11:10:01 2019 New Revision: 276570 URL: https://gcc.gnu.org/viewcvs?rev=276570&root=gcc&view=rev Log: Backport fix for PR target/91769 gcc/ChangeLog: 2019-10-04

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-03 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #7 from Aurelien Jarno --- Thanks a lot for the fix. Would it be possible to backport it to the GCC 9 branch? Note that it requires backporting r273174 first.

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-03 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #6 from draganm at gcc dot gnu.org --- Author: draganm Date: Thu Oct 3 19:17:20 2019 New Revision: 276525 URL: https://gcc.gnu.org/viewcvs?rev=276525&root=gcc&view=rev Log: Fix PR target/91769 This fixes the issue by checking that a

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-09-17 Thread aurelien at aurel32 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #5 from Aurelien Jarno --- (In reply to Dragan Mladjenovic from comment #4) > Hi, > > This fix is propbably nothing more than: Thanks for the fix. I have just tried it and I confirm it fixes the issue. Note that when backporting it

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-09-17 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #4 from Dragan Mladjenovic --- Hi, This fix is propbably nothing more than: --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -4862,7 +4862,7 @@ mips_split_move (rtx dest, rtx src, enum mips_split_type split_type, rtx ins

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-09-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target Milestone|---