http://bugs.winehq.org/show_bug.cgi?id=24270
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@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.