[Mono-bugs] [Bug 56127][Nor] Changed - Iterator compiles to invalid IL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 28 Mar 2004 12:05:00 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56127
--- shadow/56127 2004-03-28 12:03:50.000000000 -0500
+++ shadow/56127.tmp.17988 2004-03-28 12:05:00.000000000 -0500
@@ -3,13 +3,13 @@
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sourcejedi@phonecoop.coop
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -109,6 +109,16 @@
Test+__Proxy_0::System.IEnumerator.MoveNext] [offset 0x00000022]
[opcode ret] Return value missing on the stack.
[IL]: Error: [c:\inetpub\ftproot\t.exe :
Test+__Proxy_0::System.IEnumerator.MoveNext] [HRESULT 0x80004005] -
Unspecified error
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-28 12:05 -------
+oops, was trying to comment.
+
+Basically, we emit:
+
+ret
+ret
+
+somewhere, which leaves no value on the stack for the second.