https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769
--- Comment #10 from Aurelien Jarno ---
Thanks!
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.
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
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.
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---