https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
--- Comment #6 from Eric Gallager ---
(In reply to uros from comment #5)
> Author: uros
> Date: Thu May 23 19:46:56 2019
> New Revision: 271576
>
> URL: https://gcc.gnu.org/viewcvs?rev=271576&root=gcc&view=rev
> Log:
> PR target/90552
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
--- Comment #5 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu May 23 19:46:56 2019
New Revision: 271576
URL: https://gcc.gnu.org/viewcvs?rev=271576&root=gcc&view=rev
Log:
PR target/90552
* config/i386/i386.c (gen_rtx_cost
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
--- Comment #4 from Uroš Bizjak ---
Patch to fix this particular PR:
--cut here--
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 463e78112f0..79fcb5c4e57 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -19
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
Uroš Bizjak changed:
What|Removed |Added
Keywords||easyhack
--- Comment #3 from Uroš Bizjak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Target|