[Mono-bugs] [Bug 43190][Nor] Changed - MCS generates invalid IL when creating IntPtr []

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 15:53:28 -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 ravi@ximian.com.

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

--- shadow/43190	Tue May 27 14:54:19 2003
+++ shadow/43190.tmp.12425	Tue May 27 15:53:28 2003
@@ -12,13 +12,13 @@
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: MCS generates invalid IL when creating IntPtr []
-OtherBugsDependingOnThis: 36030
+OtherBugsDependingOnThis: 36030[FIXED]
 
 Description of Problem:
 The following program will not work:
 public class Bug {
 	public static void Main () {
 		System.IntPtr [] arr = { new System.IntPtr () };