------- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-28 16:30 ------- Confirmed, just a missing XFAIL as we have unsigned char + unsigned char which gets changed to (int)(unsigned char)+(int)(unsigned char) after Kazu's patch: 2005-12-26 Kazu Hirata <[EMAIL PROTECTED]>
PR tree-optimization/25125 * convert.c (convert_to_integer): Don't narrow the type of a PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type is signed. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2005-12-28 16:30:59 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25590