[Bug 24270] kernel32/time.c tests fail under clang, but not gcc

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 4 19:19:49 CDT 2010


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

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com

--- Comment #1 from Dan Kegel <dank at kegel.com> 2010-09-04 19:19:48 CDT ---
First thing to do is figure out if it's wine itself or the test that
is being miscompiled.  Try building the test as a plain win32 executable
and running that with the clang-built wine.  If that succeeds, you know
the test is what was miscompiled, and you can go to town on it.

If you're sure wine is fine and the test is correct, and the fault is the
compiler, http://delta.tigris.org/ is a great way to extract a minimal
test case for compiler developers.   Hard to use on dlls, though.

-- 
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