Martin Sebor <mse...@gmail.com> writes: > The attached patch replaces use of %lli and %llu with > HOST_WIDE_INT_PRINT_DEC and HOST_WIDE_INT_PRINT_UNSIGNED > for portability, and also replaces wide_int::to_shwi() with > offset_int::from().
Thanks for doing this. I think you need to remove the (long long) casts too though, so that the format stays in sync with the types. Richard