This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/10536] [3.4 regression] Linux kernel miscompiled on s390


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]