<div dir="ltr">Dear developers,<br>I wrote simple program, that demonstrate problem. This error is happen only if&nbsp; high precision number<br>is loaded to low precision number. For example if sqrt(2) is write to file with precision 1000000 digits, than loaded<br>

to mpf_t number with precision 10 digits, expected result is 1.414213562. <br>System info and valgrind output are in attachments.<br><br>I use Gentoo distributed package - gmp-4.2.2-r2:<br>gmp-4.1.4-noexecstack.patch<br>
gmp-4.2.2-ABI-multilib.patch<br>gmp-4.2.1-s390.diff <br>
gmp-4.2.2-cstdio-stdfile.patch<br><br>Output config.guess: x86_64-unknown-linux-gnu<br><br>Thanks you for great library!<br></div>