------- Comment #9 from rguenth at gcc dot gnu dot org  2006-10-24 13:07 -------
We should at least fold

  b->bit = (<unnamed type>) (unsigned char) ((signed char) b->bit | 1);

to

  b->bit = (<unnamed type>) ((signed char) b->bit | 1);


-- 


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

Reply via email to