www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14945] New: unions are missing from the ABI page

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 puremagic.com
          Reporter: clugdbug 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.

--
Aug 21 2015