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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 15:17:13 -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	Mon May 26 14:54:23 2003
+++ shadow/43190.tmp.3560	Mon May 26 15:17:13 2003
@@ -12,12 +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
 
 Description of Problem:
 The following program will not work:
 public class Bug {
 	public static void Main () {
 		System.IntPtr [] arr = { new System.IntPtr () };