October 02, 2018 [Issue 9239] x86_64 ABI: 3 byte structs are never enregistered | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9239 kinke@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kinke@gmx.net --- Comment #1 from kinke@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@PLT32 -- |
October 05, 2018 [Issue 9239] x86_64 ABI: 3 byte structs are never enregistered | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=9239 kinke@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME -- |
Copyright © 1999-2021 by the D Language Foundation