Re: compiler warning about literal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



note the following strange gcc behavior:

 "long long t = 268435456;" =>doesn't give warning
 "long long t = 2684354560;" => gives warning!
 "long long t = 26843545600;" => doesn't give warning!

it looks to me that there is something wrong here




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux