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: nob...@puremagic.com
          Reporter: bugzi...@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.

--

Reply via email to