[Bug rtl-optimization/17234] if-conversion bug on x86
dann at godzilla dot ics dot uci dot edu
gcc-bugzilla@gcc.gnu.org
Mon Aug 30 15:25:00 GMT 2004
------- Additional Comments From dann at godzilla dot ics dot uci dot edu 2004-08-30 15:25 -------
(In reply to comment #1)
> Confirmed. However, I can see the same problem with 3.2.3 and 3.3.4, so
> this doesn't seem to be a regression. Do I miss something, Dan?
I don't know, I only have access to one version of gcc on x86 at this moment,
here is what I get:
bar:
pushl %esi
pushl %ebx
pushl %ebx
movl 16(%esp), %ebx
movl 4(%ebx), %ecx
testl %ecx, %ecx
jne .L2
xorl %esi, %esi <- this is in the right place
.L3:
[snip]
.ident "GCC: (GNU) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17234
More information about the Gcc-bugs
mailing list