Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
April 04, 2006 [Bug 84] New: Regression: Internal error when assigning to multidimentional array | ||||
---|---|---|---|---|
| ||||
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 Re: [Bug 84] New: Regression: Internal error when assigning to multidimentional array | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail Attachments: | 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 [Bug 84] Regression: Internal error when assigning to multidimensional array | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 -- |
Copyright © 1999-2021 by the D Language Foundation