[Bug optimization/10536] [3.4 regression] Linux kernel miscompiled on s390
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Aug 24 16:27:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10536
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-24 16:27 -------
This looks fixed on the mainline (20030824):
test:
.LFB3:
st %r13,52(%r15)
.LCFI0:
bras %r13,.L3
.L2:
.align 4
.LC0:
.long global_var
.align 2
.L3:
l %r1,.LC0-.L2(%r13)
l %r0,0(%r1)
#APP
%r0
#NO_APP
l %r13,52(%r15)
br %r14
Could you comment on if this asm is right, I added %0 to the asm to see what the register
is?
More information about the Gcc-bugs
mailing list