Thread overview
[Bug 84] New: Regression: Internal error when assigning to multidimentional array
Apr 04, 2006
d-bugmail
Apr 06, 2006
Thomas Kuehne
[Bug 84] Regression: Internal error when assigning to multidimensional array
Apr 11, 2006
d-bugmail
April 04, 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@digitalmars.com
        ReportedBy: clugdbug@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;
}


-- 

April 06, 2006
d-bugmail@puremagic.com schrieb am 2006-04-04:
> http://d.puremagic.com/bugzilla/show_bug.cgi?id=84
> 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;
> }

Added to DStress as http://dstress.kuehne.cn/run/b/bug_type_308_A.d

Thomas


April 11, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=84


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2006-04-11 01:32 -------
Fixed 0.153


--