[Mono-bugs] [Bug 53049][Nor] Changed - ilasm miscompiles testcase

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 12:55: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 jackson@ximian.com.

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

--- shadow/53049	2004-05-21 02:55:14.000000000 -0400
+++ shadow/53049.tmp.8533	2004-06-16 12:55:12.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 53049
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: IL assembler
 AssignedTo: jackson@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -24,6 +24,14 @@
 and 'Nemerle.Func1'. However, in the compiled assembly, the class does not
 implement these interfaces:
 
   .class nested assemblyauto ansi '_N_lm_f_400'
   	extends [mscorlib]System.Object
   {
+
+------- Additional Comments From jackson@ximian.com  2004-06-16 12:55 -------
+I just tried to duplicate and this looks fixed. Not exactly sure when
+but we now get:
+
+.class nested assemblyauto ansi '_N_lm_f_400'
+      extends [mscorlib]System.Object
+      implements Nemerle.Fun2, Nemerle.Func1 {