digitalmars.D.bugs - [Issue 1019] New: regression: Error: array index X is out of bounds [0 .. Y]
- d-bugmail puremagic.com (29/29) Mar 04 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1019
- d-bugmail puremagic.com (9/9) Mar 11 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1019
http://d.puremagic.com/issues/show_bug.cgi?id=1019
Summary: regression: Error: array index X is out of bounds [0 ..
Y]
Product: D
Version: 1.007
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: DMD
AssignedTo: bugzilla digitalmars.com
ReportedBy: thomas-dloop kuehne.cn
dmd -c test.d
Error: array index 100 is out of bounds [0 .. 5]
The line number and file/module information is missing.
test cases:
http://dstress.kuehne.cn/nocompile/bounds_checking_01.d
http://dstress.kuehne.cn/nocompile/bounds_checking_02.d
http://dstress.kuehne.cn/nocompile/bounds_checking_03.d
http://dstress.kuehne.cn/nocompile/bounds_checking_04.d
http://dstress.kuehne.cn/nocompile/bounds_checking_05.d
--
Mar 04 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1019
thomas-dloop kuehne.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed in DMD-1.009
--
Mar 11 2007








d-bugmail puremagic.com