https://bugs.winehq.org/show_bug.cgi?id=38380
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |44182ffb5b199893dfe3a4647ef | |e1e8571599ea1 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to Sebastian Lackner from comment #9)
(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/ 44182ffb5b199893dfe3a4647efe1e8571599ea1
Please retest.
Assuming fixed.