[Bug c/59911] Improper warnings when expressing min int64_t as decimal literal.

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 22 22:55:00 GMT 2014


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

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

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
-9223372036854775808ll is two tokens unary - and 9223372036854775808ll and the
second token does not fit into a signed long long.  The second warning is
saying C90 and C99 are different here.



More information about the Gcc-bugs mailing list