niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

Avoid infinite recursion in libgcc for mcf thread model + sjlj exception handling #663

Closed starg2 closed 9 months ago

starg2 commented 9 months ago

This change will fix mcf thread model combined with sjlj exception handling.

See also lhmouse/mcfgthread#91.

niXman commented 9 months ago

merged, thanks!