[Issue 9239] x86_64 ABI: 3 byte structs are never enregistered
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 2 19:49:34 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=9239
kinke at gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kinke at gmx.net
--- Comment #1 from kinke at gmx.net ---
This works for me with DMD 2.082.0 on Linux x64: https://run.dlang.io/is/A5a5U1
mov byte ptr -8[RBP],1
mov byte ptr -7[RBP],2
mov byte ptr -6[RBP],3
mov EDI,-8[RBP]
call _Z3foo3RGB at PLT32
--
More information about the Digitalmars-d-bugs
mailing list