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 tree-optimization/18031] OR of a bitfield and a constant is not optimized at tree level


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-24 20:16 -------
I think this is now fixed on the mainline at the RTL level:
ior:
        movl    4(%esp), %eax
        orb     $1, (%eax)
        ret



-- 


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


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