[Issue 18459] New: The static array ABI doesn't match the struct ABI
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 18 22:28:04 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18459
Issue ID: 18459
Summary: The static array ABI doesn't match the struct ABI
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: bugzilla at digitalmars.com
Although it is supposed to. For example,
int[3];
struct S { int a,b,c; }
struct T { int[3] a; }
should all be the same when being passed/returned to/from functions.
--
More information about the Digitalmars-d-bugs
mailing list