[Mono-bugs] [Bug 57013][Nor] Changed - mcs emits invalid il code for arrays with enum values
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 20:02:15 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57013
--- shadow/57013 2004-04-14 13:05:56.000000000 -0400
+++ shadow/57013.tmp.18588 2004-04-14 20:02:15.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: pcgod@gmx.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs emits invalid il code for arrays with enum values
Steps to reproduce the problem:
1. compile the testcase
2. use peverify to see the error
@@ -39,6 +38,9 @@
------- Additional Comments From pcgod@gmx.net 2004-04-14 13:05 -------
Created an attachment (id=7366)
patch
+
+------- Additional Comments From ravi@ximian.com 2004-04-14 20:02 -------
+The patch looks correct to me but I will let Miguel comment on this.