[Issue 14945] New: unions are missing from the ABI page

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 21 03:15:49 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14945

          Issue ID: 14945
           Summary: unions are missing from the ABI page
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: clugdbug at yahoo.com.au

Three trivial problems with the ABI page:

Presumably the "Structs" section should be changed to "Structs and Unions",
since they also conform to the C ABI.

AFAIK unions are name-mangled as if they were structs. This should be stated
explicitly.

Unions are also missing from the description of the extern(D) calling
convention on Windows x86.

--


More information about the Digitalmars-d-bugs mailing list