------- 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
phython at gcc dot gnu dot org Sun, 10 Jul 2005 20:56:58 -0700
------- 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