February 29, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1882

           Summary: Internal error: ..\ztc\cod1.c 2529
           Product: D
           Version: 1.027
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: dransic@free.fr


module main;
void main() {
    void[] data;
    data ~= cast(void) 0;
}

aborts compilation with an "Internal error: ..\ztc\cod1.c 2529" instead of a more appropriate error (I assume that the code is invalid).


-- 

March 07, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1882


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2008-03-07 00:39 -------
Fixed dmd 1.028 and 2.012


--