[Issue 1095] New: CodeView: length of struct type incorrectly set to	zero
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Apr  5 04:39:09 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1095
           Summary: CodeView: length of struct type incorrectly set to zero
           Product: D
           Version: 1.010
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: jascha at mainia.de
for the following code the length field of the CV type record for POINT is set
to zero.
import std.c.windows.windows;
void main()
{
    POINT p;
}
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list