------- Comment #4 from pinskia at gcc dot gnu dot org  2009-02-06 01:45 -------
(In reply to comment #3)
> Are the casts actually needed in this case?  It seems the get introduced very
> early on, the .original dump already has:

Yes because char = char + char is really char = (char)((int)char + (int)char);

So this is dup of bug 26128.

*** This bug has been marked as a duplicate of 26128 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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

Reply via email to