https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24647
Steven Bosscher changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
--- 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
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfi