[Mono-bugs] [Bug 27285][Nor] Changed - newarr takes a native int or int32

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Jul 2002 16:04:02 -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 lupus@ximian.com.

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

--- shadow/27285	Mon Jul  1 07:17:53 2002
+++ shadow/27285.tmp.30145	Mon Jul  1 12:04:02 2002
@@ -1,14 +1,14 @@
 Bug#: 27285
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,9 @@
                 a = new char [len];
                 return 0;
         }
 }
 The long value needs to be converted before the newarr opcode
 (csc uses conv.ovf.u4).
+
+------- Additional Comments From lupus@ximian.com  2002-07-01 12:04 -------
+Fixed in cvs.