[Mono-bugs] [Bug 31654][Nor] Changed - jit generates incorrect code for get address of element in array of value types
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Oct 2002 15:33:34 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by hwang_rob@yahoo.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=31654
--- shadow/31654 Thu Oct 3 03:41:13 2002
+++ shadow/31654.tmp.6087 Thu Oct 3 11:33:34 2002
@@ -105,6 +105,11 @@
------- Additional Comments From dietmar@ximian.com 2002-10-03 03:41 -------
added the fix.
btw: the example code is wrong, because d [1,2] should raise an index
out of range exception.
+
+------- Additional Comments From hwang_rob@yahoo.ca 2002-10-03 11:33 -------
+sorry, i was trying to put together a minimal example on the fly -- I
+had misplaced the sample code that I was using to do my testing...
+but thanks for applying the fix (and adding the out of range exception)