Control: reopen -1
Control: found -1 1.4.10-2
On Mon, Aug 12, 2024 at 03:57:03AM +0000, Debian Bug Tracking System wrote:
> + Fixes i386 test failures due to excess precision. (Closes: #1077514)
Unfortunately there's a new issue in a testcase that was added in the
new upstream release. I'll take a look at what's going on there.
I'm rather loathe to just apply the -ffloat-store hammer as it's really
just hiding problems, and imposes a significant performance overhead,
albeit on platforms which are declining in use. It doesn't even
fully fix the problem, as you still get rounding at different points
in calculations.
Cheers,
Olly