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
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