[Bug 84] New: Regression: Internal error when assigning to multidimentional array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 4 02:17:06 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=84

           Summary: Regression: Internal error when assigning to
                    multidimentional array
           Product: D
           Version: 0.151
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


This worked correctly in DMD 0.150.
In 0.151 it causes:
Internal error: ..\ztc\type.c 308

void main() {   
   real [5][5] m;
   m[1][1..3] = 0;     
}


-- 




More information about the Digitalmars-d-bugs mailing list