Re: [Patch ARM] Fix PR 49069.

2012-03-01 Thread Matthew Gretton-Dann
PING. On Tue, Jan 24, 2012 at 04:10:19PM +, Sameera Deshpande wrote: Hi, Please find attached the patch fixing bug 49069. This patch is tested with check-gcc on trunk and 4.6 without regression. OK for trunk? Is it fine to backport to 4.6 branch? ChangeLog: 2012-01-24 Sameera

Re: [Patch ARM] Fix PR 49069.

2012-03-01 Thread Richard Earnshaw
On 01/03/12 15:28, Matthew Gretton-Dann wrote: PING. Sorry, I don't think this is right. Why is gen_cstoredi being called with two constants in a comparison? If both operands are constant then the comparison is deterministic and we don't need a cstore operation. R. On Tue, Jan 24, 2012 at

[Patch ARM] Fix PR 49069.

2012-01-24 Thread Sameera Deshpande
Hi, Please find attached the patch fixing bug 49069. This patch is tested with check-gcc on trunk and 4.6 without regression. OK for trunk? Is it fine to backport to 4.6 branch? ChangeLog: 2012-01-24 Sameera Deshpande sameera.deshpa...@arm.com PR target/49069