[Issue 925] New: ICE on casting array literal to void[]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 3 02:10:02 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=925

           Summary: ICE on casting array literal to void[]
           Product: D
           Version: 1.004
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: deewiant at gmail.com


Probably related to Issue 720 in some way, as it's the same error: "Internal
error: ..\ztc\cod1.c 2526".

void main() {
        cast(void[])[1];
}


-- 



More information about the Digitalmars-d-bugs mailing list