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 rtl-optimization/19055] Minor bit optimization with or and xor


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 07:42 -------
I had forgot to mention, I found this when Nathan was asking about a~=b (aka a&=~b) and Segher 
sugessted a^=b;a|=b; and then we (Segher and I) both noticed that gcc was not doing the optimization.

-- 


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


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