[Bug middle-end/21137] Convert (a >> 2) & 1 != 0 into a & 4 != 0

phython at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 11 04:16:00 GMT 2005


------- Additional Comments From phython at gcc dot gnu dot org  2005-07-11 03:56 -------
 This should actually be "Convert (a >> c1) & 2**c2" to a & (c2 << c1)".

-- 


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



More information about the Gcc-bugs mailing list