[valgrind] [Bug 442168] Floating-point erroneous behavior with memecheck with regards to class (isfinite(), etc.)

2021-09-08 Thread Xavier Roche
https://bugs.kde.org/show_bug.cgi?id=442168 --- Comment #2 from Xavier Roche --- Additional notes: isolating the faulty function static double (*volatile pvalidate)(double a) = validate; // used in minimalTest double validate(double a) { return std::isfinite(a) ? a : 1.0f; } The

[valgrind] [Bug 442168] Floating-point erroneous behavior with memecheck with regards to class (isfinite(), etc.)

2021-09-08 Thread Xavier Roche
https://bugs.kde.org/show_bug.cgi?id=442168 --- Comment #1 from Xavier Roche --- Bug also present with valgrind-3.18.0.GIT (cadf0432290b0bc147c7b5dd54c63bc94986743c) -- You are receiving this mail because: You are watching all bug changes.