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/31261] Missed tree optimizations: (8 - (x & 7)) & 7



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-03-19 11:17 -------
(x & 7) + 8 & 7 is actually ((x & 7) + 8) & 7


-- 


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


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