[Bug target/41514] redundant compare instruction of consecutive conditional branches

2010-04-16 Thread bernds at gcc dot gnu dot org
--- Comment #6 from bernds at gcc dot gnu dot org 2010-04-16 11:24 --- Fixed. -- bernds at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2010-04-16 Thread bernds at gcc dot gnu dot org
--- Comment #5 from bernds at gcc dot gnu dot org 2010-04-16 09:42 --- Subject: Bug 41514 Author: bernds Date: Fri Apr 16 09:42:32 2010 New Revision: 158404 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158404 Log: PR target/41514 * config/arm/arm.md (cbranchsi4

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2010-03-31 Thread bernds at codesourcery dot com
--- Comment #4 from bernds at codesourcery dot com 2010-03-31 21:41 --- A simple patch is at http://gcc.gnu.org/ml/gcc-patches/2010-03/msg01405.html -- bernds at codesourcery dot com changed: What|Removed |Added

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2009-12-11 Thread rearnsha at gcc dot gnu dot org
-- rearnsha at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41514

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2009-10-06 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2009-10-01 Thread carrot at google dot com
--- Comment #3 from carrot at google dot com 2009-10-01 07:37 --- (In reply to comment #2) > Where does it come from? (Remember: option -dAP, then look at .s file) > The first several instructions and corresponding rtl patterns are: cmp r0, #63 beq .L3

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2009-09-30 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2009-09-30 08:50 --- Where does it come from? (Remember: option -dAP, then look at .s file) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41514

[Bug target/41514] redundant compare instruction of consecutive conditional branches

2009-09-30 Thread carrot at google dot com
--- Comment #1 from carrot at google dot com 2009-09-30 08:25 --- Created an attachment (id=18671) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18671&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41514