[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 12 12:27:05 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=5570


Etienne <etcimon at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |etcimon at gmail.com


--- Comment #43 from Etienne <etcimon at gmail.com> 2014-02-12 12:26:24 PST ---
Could this be b/c struct size isn't calculated properly? ie. 

struct.c : ln 266

if (v->storage_class & (STCstatic | STCextern | STCtls | STCgshared |
STCmanifest | STCctfe | STCtemplateparameter))
                        return 0;

where 0 => this member doesn't need further processing to determine struct size

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list