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/9591] [ppc] Partially unoptimized assembly when inline function operates on bit fields


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

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


pinskia@physics.uc.edu changed:

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


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 00:43 -------
Closing as it is fixed on the mainline (20030529) and most likely 3.3:
.text
        .align 2
        .globl _f
_f:
        lis r4,ha16(_bitfield)
        lwz r3,lo16(_bitfield)(r4)
        cmpwi cr1,r3,0
        andis. r0,r3,16384
        blt- cr1,L4
        bnelr- cr0
L4:
        b _g
.comm _bitfield,4



------- 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]