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/6990] -O do better optimization than -O3/-O2/-Os on jump-to-jump for PowerPC


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6990


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 01:09 -------
This is fixed on the mainline (20030529):
        mr. r0,r5
        mtctr r0
        beqlr- cr0
        cmplw cr0,r3,r4
        ble- cr0,L3
        add r4,r4,r0
        add r2,r3,r0
L4:
        lbzu r5,-1(r4)
        stbu r5,-1(r2)
        bdnz L4
        blr
L3:
        addi r4,r4,-1
        addi r2,r3,-1
L7:
        lbzu r6,1(r4)
        stbu r6,1(r2)
        bdnz L7
        blr



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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