[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
Wed, 8 Dec 2004 13:27:47 -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 marek.safar@seznam.cz.

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

--- shadow/60108	2004-06-13 12:32:19.000000000 -0400
+++ shadow/60108.tmp.2742	2004-12-08 13:27:46.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 60108
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -72,6 +72,10 @@
     IL_0022:  br.s       IL_004c
     IL_0050:  blt.s      IL_0024
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-06-13 12:32 -------
 The short encoding of the opcodes does not matter. It does not affect
 the code that the jit generates.
+
+------- Additional Comments From marek.safar@seznam.cz  2004-12-08 13:27 -------
+Fixed in SVN.
+IIRC we fixed this bug some times ago. I tested it again and it works.