[Bug target/27856] With -Os, loading a constant to a register can use another register

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-14 04:30 --- The same issue is really 22072. *** This bug has been marked as a duplicate of 22072 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27856] With -Os, loading a constant to a register can use another register

2007-04-04 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2007-04-04 12:19 --- Still see this. -- steven at gcc dot gnu dot org changed: What|Removed |Added Keywords|

[Bug target/27856] With -Os, loading a constant to a register can use another register

2006-09-05 Thread etienne_lorrain at yahoo dot fr
--- Comment #3 from etienne_lorrain at yahoo dot fr 2006-09-05 11:32 --- Just for info, does that means we need to wait for YARA to be included, considering http://gcc.gnu.org/ml/gcc/2006-08/msg00164.html it will probably happen after 4.2 ? I am seeing a lot of them, even some

[Bug target/27856] With -Os, loading a constant to a register can use another register

2006-06-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-01 17:21 --- Confirmed, this is a RA issue. Before register allocation: (insn:HI 10 7 11 2 (set (reg:SI 63) (const_int 3 [0x3])) 34 {*movsi_1} (nil) (expr_list:REG_EQUIV (const_int 3 [0x3]) (nil))) (insn:HI

[Bug target/27856] With -Os, loading a constant to a register can use another register

2006-06-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-01 17:24 --- And yara gets this correct. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added