------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-24 16:30 ------- For this to work, we have to fold ((int)b & 1) != 0 into b & 1 != 0. If this is done then the patch for 15459 can do its work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14792