https://bugs.winehq.org/show_bug.cgi?id=38380
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #9 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Austin English from comment #8)
(In reply to Sergey Isakov from comment #7)
I used Clang to compile Wine64 under OSX. winemac.drv compiled as well.
The bug is about a hang with gcc-4.9, not clang.
Besides that replacing __builtin_ms_va_list with __builtin_va_list will obviously not work, not surprised that many apps crash.
I would assume that the main problem of this bug (unsupported movq assembler operations) was already fixed by: http://source.winehq.org/git/wine.git/patch/44182ffb5b199893dfe3a4647efe1e85...
Please retest.