[Mono-bugs] [Bug 60108][Nor] Changed - mcs compiled app dealing with enums loses string output of enums on .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 12:29:08 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=60108
--- shadow/60108 2004-06-13 12:26:31.000000000 -0400
+++ shadow/60108.tmp.31903 2004-06-13 12:29:08.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 60108
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
@@ -55,6 +55,19 @@
------- Additional Comments From gert.driesen@pandora.be 2004-06-13 12:26 -------
Created an attachment (id=8160)
IL emitted by csc
+
+------- Additional Comments From gert.driesen@pandora.be 2004-06-13 12:29 -------
+The differences I can spot are lines IL_0022 and IL_0050 :
+
+for mcs these are :
+
+ IL_0022: br IL_004f
+ IL_0050: blt IL_0024
+
+for csc these are :
+
+ IL_0022: br.s IL_004c
+ IL_0050: blt.s IL_0024