https://issues.dlang.org/show_bug.cgi?id=16098

Dennis <dkor...@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkor...@live.nl

--- Comment #7 from Dennis <dkor...@live.nl> ---
(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.

--

Reply via email to