[Mono-bugs] [Bug 60332][Maj] Changed - Field initializer of multidimentional arrays not always run

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 10:35:55 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/60332	2004-06-17 02:28:41.000000000 -0400
+++ shadow/60332.tmp.32382	2004-06-17 10:35:55.000000000 -0400
@@ -3,15 +3,15 @@
 Version: unspecified
 OS: Mac OS X 10.3
 OS Details: OS 10.3
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Major
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: lupus@ximian.com                            
 ReportedBy: rshade@dvsconsulting.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Field initializer of multidimentional arrays not always run
@@ -39,6 +39,11 @@
 Testcase
 
 
 ------- Additional Comments From rshade@dvsconsulting.com  2004-06-17 02:28 -------
 It seems to run ok in the interpreter, so this might be a PPC specific issue with the JIT.  I 
 don't have an x86 machine around to test, though.
+
+------- Additional Comments From miguel@ximian.com  2004-06-17 10:35 -------
+This works fine on x86.
+
+It does indeed fail on PPC.