[Issue 21506] misalignment of _argptr for variadic functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 26 07:56:35 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=21506
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
CC| |bugzilla at digitalmars.com
Summary|_argptr gives wrong |misalignment of _argptr for
|address, depending on |variadic functions
|number of arguments before |
|varargs |
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Should be aligned to STACKALIGN, not REGSIZE.
--
More information about the Digitalmars-d-bugs
mailing list