[Issue 16098] align(N) not respected for stack variables if N > platform stack alignment

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 23 10:03:53 UTC 2022


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl

--- Comment #7 from Dennis <dkorpel at 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.

--


More information about the Digitalmars-d-bugs mailing list