[Mono-bugs] [Bug 56127][Nor] Changed - Iterator compiles to invalid IL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Aug 2004 22:10:29 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56127
--- shadow/56127 2004-04-28 22:34:31.000000000 -0400
+++ shadow/56127.tmp.1516 2004-08-02 22:10:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56127
Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sourcejedi@phonecoop.coop
QAContact: mono-bugs@ximian.com
@@ -119,6 +119,9 @@
Basically, we emit:
ret
ret
somewhere, which leaves no value on the stack for the second.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-02 22:10 -------
+This is working fine after all of Martin's changes.