https://bugs.winehq.org/show_bug.cgi?id=50813
--- Comment #11 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Non from comment #10)
Latest commit with -O0: no errors. Arch PKGBUILD with -O0: no errors. Latest commit without specifying -O0 or -g: no errors. Latest commit without specifying anything through Arch's PKGBUILD: no errors.
Looks like I can't reproduce.
Also it is funny that I completely forgot about make clean and used git clean -f + git reset --hard instead, which had no effect due to autogenerated .gitignore. It seems that bisection was a time waste due to that.
Huh, that`s indeed wast of time and frustrating i guess. So is the bug than only present if you _don`'t_ compile wine yourself? (so with your distro`s wine package?)
For the demo i found that is is present in self compiled _and_ my distro`s wine-staging, but not in my self compiled wine vanilla. So gets more and more confusing.... Maybe someone else could test/try