[Bug middle-end/50066] [4.7 Regression] Bad signed int to unsigned long long conversion

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 30 21:45:00 GMT 2011


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #18 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-11-30 21:32:21 UTC ---
> (unsigned int) -v_digit

That is wrong it should be:
-(unsigned int) v_digit



More information about the Gcc-bugs mailing list