[Issue 16274] The curses of debugging: short argument passed in 16-bit register, against ABI

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 29 09:07:34 UTC 2020


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

--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
Curiously, I implemented init_pair() and it turns out that gcc sign extends
each parameter before using it.

So this problem does depend on what's going on with init_pair's implementation.

--


More information about the Digitalmars-d-bugs mailing list