[Mono-bugs] [Bug 74365][Wis] Changed - ILasm bugs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 07:24:22 -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 radical@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74365
--- shadow/74365 2005-04-04 07:22:01.000000000 -0400
+++ shadow/74365.tmp.22898 2005-04-04 07:24:22.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74365
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: IL assembler
AssignedTo: mono-bugs@ximian.com
ReportedBy: radical@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -90,6 +90,22 @@
------- Additional Comments From radical@gmail.com 2005-04-04 07:22 -------
Created an attachment (id=14836)
t3.il
+
+------- Additional Comments From radical@gmail.com 2005-04-04 07:24 -------
+Another test case, (t3.il) :
+An enum declared in IL with no explicit "extends System.Enum" gets
+incorrectly encoded as deriving from System.ValueType.
+Fixed in the patch.
+
+For testing the .cs testcases, do
+
+mcs case.cs
+monodis case.exe > case.il
+ilasm case.il
+
+PEVerify.exe case.exe -> This will show the errors..
+
+For the .il files just ilasm and peverify them.