www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1882] New: Internal error: ..\ztc\cod1.c 2529

reply d-bugmail puremagic.com writes:
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).


-- 
Feb 29 2008
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1882


bugzilla digitalmars.com changed:

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





Fixed dmd 1.028 and 2.012


-- 
Mar 06 2008