[Bug 133] New: Assertion toobj.c:258
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed May 10 13:08:32 PDT 2006
    
    
  
http://d.puremagic.com/bugzilla/show_bug.cgi?id=133
           Summary: Assertion toobj.c:258
           Product: D
           Version: 0.150
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: benoit at tionex.de
class Foo : Bar {}
class FooT(V){}
class Bar : FooT!(int) {}
void main(){}
Results in this internal compiler Error:
dmd: toobj.c:258: virtual void ClassDeclaration::toObjFile(): Assertion
`structsize >= 8' failed.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list