[Bug target/24647] two copies of a constant in two different registers

2019-03-06 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24647 Steven Bosscher changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/24647] two copies of a constant in two different registers

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-21 06:22 --- (In reply to comment #1) > on x86-64 I get: That is what I get on x86 also now: f: movli.1523, %eax pushl %ebp movl%esp, %ebp testl %eax, %eax jne .L2

[Bug target/24647] two copies of a constant in two different registers

2006-02-02 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2006-02-02 14:15 --- on x86-64 I get: f: movli.0(%rip), %eax testl %eax, %eax jne .L2 movb$2, %al movl$2, i.0(%rip) .L2:rep ; ret $ pr24647.c.t97.final_cleanup f() { static int i; i

[Bug target/24647] two copies of a constant in two different registers

2006-02-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi