--- Comment #8 from law at gcc dot gnu dot org 2009-10-29 16:50 ---
Subject: Bug 40741
Author: law
Date: Thu Oct 29 16:48:00 2009
New Revision: 153715
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153715
Log:
Recorded merge of revisions
153580-153581,153584,153586-153600,153604
--- Comment #7 from bonzini at gnu dot org 2009-10-28 10:43 ---
Fixed (patch had been approved a long time ago).
--
bonzini at gnu dot org changed:
What|Removed |Added
--- Comment #6 from bonzini at gnu dot org 2009-10-28 10:17 ---
Subject: Bug 40741
Author: bonzini
Date: Wed Oct 28 10:17:29 2009
New Revision: 153650
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153650
Log:
2009-10-28 Paolo Bonzini
PR rtl-optimization/40741
--- Comment #5 from bonzini at gnu dot org 2009-07-14 22:42 ---
I have a patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40741
--- Comment #4 from bonzini at gnu dot org 2009-07-14 10:34 ---
... and besides that, we do not take rtx_costs into account.
--
bonzini at gnu dot org changed:
What|Removed |Added
--- Comment #3 from bonzini at gnu dot org 2009-07-14 10:08 ---
One side problem here is that
mov r0, r2
mov r3, #1
eor r0, r0, r3
could become
mov r0, #1
eor r0, r0, r2
--
bonzini at gnu dot org changed:
What
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfir
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-07-14 09:22 ---
Maybe caused by the cond-optab rework.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from carrot at google dot com 2009-07-14 08:41 ---
Created an attachment (id=18191)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18191&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40741