http://bugs.winehq.org/show_bug.cgi?id=10599
Zac Brown zac@zacbrown.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zac@zacbrown.org
--- Comment #1 from Zac Brown zac@zacbrown.org 2007-11-29 07:21:07 --- This bug appears be some issue with the underlying x86_64 architecture. There's a note in dlls/oleaut32/tests/vartest.c that notes that some of the rounding is dependent on the bit pattern of a number (this note was about R4/R8 not DATE) but I'm wondering if there is a similar issue for DATE?
I can reproduce the bug on a dual quad-core Intel x86_64 chip, but on my laptop which is Core Duo (not Core 2 Duo) and running 32 bit Gutsy I can't reproduce it so there must be some underlying issue having to do with architecture.
If you read that mailing list post you linked as well, it shows that the discrepancy between i686 and x86_64.
-Zac