Bug#890215: valgrind causes miscalculation

2023-07-02 Thread Vincent Lefevre
Control: found -1 1:3.19.0-1 Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=197915 The upstream bug 421262 has been resolved as a duplicate of bug 197915, which is still open. I could check that the bug is still present. -- Vincent Lefèvre - Web: 100% acce

Bug#890215: valgrind causes miscalculation

2020-06-13 Thread Vincent Lefevre
Control: tags -1 upstream Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=421262 Control: retitle -1 valgrind causes miscalculation on long double On 2018-02-12 03:04:30 +0100, Vincent Lefevre wrote: > valgrind causes miscalculation on the following program: > > ---

Bug#890215: valgrind causes miscalculation

2019-07-12 Thread Vincent Lefevre
Control: found -1 1:3.14.0-3 On 2018-02-12 03:34:55 +0100, Vincent Lefevre wrote: > Dame problem on Debian GNU/Linux 8 (jessie) and 9 (stretch). Same and ditto with the current stable version. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog:

Bug#890215: valgrind causes miscalculation

2018-02-11 Thread Vincent Lefevre
Control: found -1 1:3.10.0-4 Control: found -1 1:3.12.0~svn20160714-1 On 2018-02-12 03:04:30 +0100, Vincent Lefevre wrote: > valgrind causes miscalculation on the following program: [...] Dame problem on Debian GNU/Linux 8 (jessie) and 9 (stretch). -- Vincent Lefèvre - Web:

Bug#890215: valgrind causes miscalculation

2018-02-11 Thread Vincent Lefevre
Package: valgrind Version: 1:3.13.0-2 Severity: important valgrind causes miscalculation on the following program: #include int main (void) { volatile union { long double d; unsigned long i[2]; } u; u.i[0] = 1; u.i[1] = 0; printf ("%La