https://bugs.winehq.org/show_bug.cgi?id=57310
--- Comment #5 from Radim Kolek rmkk@atlas.cz --- Thanks for excellent how-to regarding regression testing. I tried to go through bisect start/good/bad iterations to find the commit that does a problem. On the latest version of wine (wine-9.19-92-g7ce580d1fa0) configure & make completes OK. However after setting "bisect good wine-9.7" and "bisect bad wine-9.8" configure completes OK but make failed after 20 minutes with error below. This is the thing I cannot go over, sorry :-(
-fasynchronous-unwind-tables -g -O0 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 <inline asm>:337:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs 337 | ___wine_syscall_dispatcher_return: | ^ <inline asm>:144:2: error: previous .cfi_startproc was here 144 | .cfi_startproc | ^ 2 errors generated.