[Mono-bugs] [Bug 57013][Nor] New - mcs emits invalid il code for arrays with enum values

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 13:04:09 -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 pcgod@gmx.net.

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

--- shadow/57013	2004-04-14 13:04:09.000000000 -0400
+++ shadow/57013.tmp.14023	2004-04-14 13:04:09.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 57013
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+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
+
+Actual Result:
+[IL]: Error: [d:\tmp\cs\2\test.exe : Test::Test1] [offset 0x0000000E] 
+[opcode add] Int32 Int32 Non-compatible types on the stack.
+2 Errors Verifying test.exe
+
+Expected Result:
+no error