[Mono-bugs] [Bug 53049][Nor] New - ilasm miscompiles testcase
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 06:53:53 -0500 (EST)
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@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=53049
--- shadow/53049 2004-01-19 06:53:53.000000000 -0500
+++ shadow/53049.tmp.5097 2004-01-19 06:53:53.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 53049
+Product: Mono/Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@freemail.hu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ilasm miscompiles testcase
+
+ilasm miscompiles the testcase from bug #53030:
+
+http://bugzilla.ximian.com/show_bug.cgi?id=53030
+
+In the IL source, class '_N_lm_f_400' implements interfaces 'Nemerle.Func2'
+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
+ {