[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 07:41:13 -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 dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=31654

--- shadow/31654	Wed Oct  2 22:01:10 2002
+++ shadow/31654.tmp.16585	Thu Oct  3 03:41:13 2002
@@ -1,14 +1,14 @@
 Bug#: 31654
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: hwang_rob@yahoo.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -97,7 +97,14 @@
 tests) to completion (although there were some other failures in that unit
 test case, unrelated I believe to this problem).
 
 ------- Additional Comments From hwang_rob@yahoo.ca  2002-10-02 22:01 -------
 Created an attachment (id=2446)
 possible patch to fix this bug
+
+
+------- 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.