[Mono-bugs] [Bug 75153][Wis] Changed - ikvm-classpath compile error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 4 13:17:08 EDT 2005


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 vargaz at gmail.com.

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

--- shadow/75153	2005-06-04 08:42:10.000000000 -0400
+++ shadow/75153.tmp.6157	2005-06-04 13:17:08.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: haansoft
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: hys545 at dreamwiz.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -106,6 +106,41 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From vargaz at gmail.com  2005-06-04 13:17 -------
+Here is a reduced testcase:
+
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+using System;
+using System.Reflection;
+
+public class Tests {
+
+	public void GetName (MethodBase method, out object retType) {
+		retType = method is Tests ? new Object () : new Object ();
+	}
+
+	public static void Main () {
+		object o;
+		new Tests ().GetName (typeof (Tests).GetMethod ("Main"), out o);
+	}
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+Our JIT barfs on the code generated by mcs:
+
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+        IL_0000:  ldarg.2
+        IL_0001:  br IL_0010
+
+        IL_0006:  newobj instance void object::.ctor()
+        IL_000b:  br IL_0015
+
+        IL_0010:  newobj instance void object::.ctor()
+        IL_0015:  stind.ref
+        IL_0016:  ret
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+


More information about the mono-bugs mailing list