https://issues.dlang.org/show_bug.cgi?id=16098
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Dennis <[email protected]> --- (In reply to Walter Bright from comment #6) > One way to fix this is to: I think it's easier to just align the stack, which is already done for 64-bit platforms and OSX, but not for Win32. I tried to enable it for win32 too: https://github.com/dlang/dmd/pull/14401 But the test suite failed so it requires some debugging. --
