[Bug rtl-optimization/42502] Bad register allocation in a very simple code

2010-02-08 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2010-02-08 12:49 --- The duplication of sp in r4 is tracked in a separate bug report, bug 42500. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42502

[Bug rtl-optimization/42502] Bad register allocation in a very simple code

2010-01-12 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 rtl-optimization/42502] Bad register allocation in a very simple code

2010-01-07 Thread sliao at google dot com
--- Comment #2 from sliao at google dot com 2010-01-07 13:28 --- Using flags, -march=armv5te -mthumb -Os, GCC 4.5.0 (trunk) generates the following code: : 0:b570 push{r4, r5, r6, lr} 2:b084 subsp, #16 4:1c05 addsr5, r

[Bug rtl-optimization/42502] Bad register allocation in a very simple code

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-31 15:28 --- Please try with trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Ke