[Bug 25273] msvcrt/misc.ok I10_OUTPUT long double crash with winetest.exe, not make test

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 30 07:05:19 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25273

--- Comment #2 from Jörg Höhle <hoehle at users.sourceforge.net> 2010-11-30 07:05:18 CST ---
http://gcc.gnu.org/ml/gcc-help/2006-10/msg00138.html
explains that although sizeof() may be 16 or 12, the actual payload is 10
Bytes! (80 bit float format).

Surprisingly, FreeBSD machines pass the msvcrt/misc test.  They should not,
according to the above message (*BSD equating double with long double) --
perhaps sizeof(long double) is 12 even though only 64 bits are used on FreeBSD?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list