[Issue 1226] New: ICE on a struct literal
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu May 10 11:40:36 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1226
           Summary: ICE on a struct literal
           Product: D
           Version: 1.014
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: onlystupidspamhere at yahoo.se
The following code crashes DMD:
struct A {}
struct B(L) {
  A l;
}
void main() {
  A a;
  auto b = B!(A)(a);
}
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list