Hien Nguyen <hien@us.ibm.com> writes: > powerpc does not like [%lld vs int64_t] > but likes this [%lld vs (long long)] > or this [%ld vs int64_t] > could it be a compiler bug? More likely a "pilot error" in the new code. Is "long long" on ppc64 a 64-bit or 128-bit quantity? And on x86_64? - FChE