[Issue 3183] Spec of align attribute needs work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 31 02:44:08 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3183


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com




--- Comment #1 from Walter Bright <bugzilla at digitalmars.com>  2009-08-31 02:44:07 PDT ---
1. C ABI compatibility.

2. There's always a companion C compiler, as D relies on the existence of the C
runtime library.

3. It's the way the companion C compiler aligns.

4. Unions members are all at offset 0. Unions are aligned according to the
alignment of their largest field.

5. It is ignored for non-struct fields.

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


More information about the Digitalmars-d-bugs mailing list