digitalmars.D.bugs - [Bug 84] New: Regression: Internal error when assigning to multidimentional array
- d-bugmail puremagic.com Apr 04 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Apr 05 2006
- d-bugmail puremagic.com Apr 10 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; } --
Apr 04 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 -----BEGIN PGP SIGNATURE----- iD8DBQFENDe23w+/yD4P9tIRAgL1AKCK/bwaekjGam4ljw0keHwnfH6i6ACfZJ/O qqwDlfIoxe9ro0R+8uWaJPc= =3MGc -----END PGP SIGNATURE-----
Apr 05 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 --
Apr 10 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 