Re: [PATCH] Fix PR60706

2014-04-08 Thread John David Anglin
On 8-Apr-14, at 6:06 AM, Richard Biener wrote: Dave, did testing on hppa2.0w-hp-hpux11.11 show any testsuite fallout? No. It fixes the PR and there were no observed regressions on hppa2.0w-hp-hpux11.11, hppa-unknown-linux-gnu and hppa64-hp-hpux11.11. This covers host wide integers of 3

[PATCH] Fix PR60706

2014-04-08 Thread Richard Biener
Dave confirmed that a patch like the following fixes the inconsistency in printing double-ints that fit 64bits on HWI32 hosts vs. HWI64 hosts. When the host has a 64bit type, that is. Bootstrap running on x86_64-unknown-linux-gnu. Dave, did testing on hppa2.0w-hp-hpux11.11 show any testsuite fa