[Issue 8309] New: ICE in typeMerge on 'void main(){auto x = [()=>1.0,	()=>1]; }'
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jun 27 05:17:04 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=8309
           Summary: ICE in typeMerge on 'void main(){auto x = [()=>1.0,
                    ()=>1];}'
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: timon.gehr at gmx.ch
--- Comment #0 from timon.gehr at gmx.ch 2012-06-27 05:19:34 PDT ---
DMD 2.059:
void main(){auto x = [()=>1.0, ()=>1];} // ICE
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list