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.