[Issue 2263] New: spec does not specify how padding on 80 bit real is initialized

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 1 15:29:26 PDT 2008


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

           Summary: spec does not specify how padding on 80 bit real is
                    initialized
           Product: D
           Version: 1.033
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: tomas at famolsen.dk


on linux real takes 12 bytes for 32bit alignment. the spec does not specify if
the extra 2 byte padding should be zero initialized or not.

other basic types which might be implemented with a larger allocation than they
use for data could also use clarification on this.


-- 



More information about the Digitalmars-d-bugs mailing list