www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9988] New: Documented that padding holes must be zero-initialized

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9988

           Summary: Documented that padding holes must be zero-initialized
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: verylonglogin.reg gmail.com



11:57:45 MSD ---
It should be documented that padding holes must be zero-initialized.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 25 2013
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9988


monarchdodra gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra gmail.com



I'm not sure this is necessary, or even correct.

Objects simply need to be initialized before use via init. That's the spec...

For all I know, the compiler is free to fill padding holes with 0xDEADBEEF, and
everything would still work.

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