https://bugs.kde.org/show_bug.cgi?id=359950
Nick Wellnhofer <wellnho...@aevum.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |UNCONFIRMED --- Comment #2 from Nick Wellnhofer <wellnho...@aevum.de> --- No, this bug report is not about precision. Note that the crucial line is: int comparison = (a == d || a < d || a > d); Under valgrind, this evaluates to 0. This is only possible if a or d is NaN, but both numbers clearly aren't. -- You are receiving this mail because: You are watching all bug changes.