https://bugs.kde.org/show_bug.cgi?id=319393

jackrab...@yqxmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackrab...@yqxmail.com

--- Comment #2 from jackrab...@yqxmail.com ---
Just ran into this myself, here is another repro where results differ when
running under valgrind and not:

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main() {
  long a = 0x7fffff4000000001;
  float b = a;
  unsigned c;
  memcpy(&c, &b, sizeof(b));
  printf("%f %u\n", (double) b, c);
  return 0;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to