On 10/24/2017 12:24 PM, Richard Sandiford wrote:
Andrew MacLeod <amacl...@redhat.com> writes:
On 10/19/2017 04:22 PM, Richard Sandiford wrote:
Richard Sandiford <richard.sandif...@linaro.org> writes:
Aldy Hernandez <al...@redhat.com> writes:
gcc/
* wide-int-print.cc (print_hex): Loop based on extract_uhwi.
Don't print any bits outside the precision of the value.
* wide-int.cc (test_printing): Add some new tests.
This does seem to resolve my printing issues.
Thanks. Now tested on aarch64-linux-gnu, powerpc64le-linux-gnu and
x86_64-linux-gnu. OK to install?
Richard
Thank you very much Richard.
I've incorporated this into our branch.
Aldy