[Mono-bugs] [Bug 46222][Nor] Changed - Iterator (yield statement) implementation wrong
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 02:47:40 -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 sestoft@dina.kvl.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=46222
--- shadow/46222 2003-07-17 01:49:31.000000000 -0400
+++ shadow/46222.tmp.14406 2004-05-11 02:47:40.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 46222
-Product: Mono/MCS
+Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
-Component: Misc
+Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sestoft@dina.kvl.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -157,6 +157,13 @@
Unexpected type on the stack.
12 Errors Verifying i.exe
------- Additional Comments From miguel@ximian.com 2003-07-17 01:49 -------
Thanks for tracking this; It has been fixed on CVS
+
+------- Additional Comments From sestoft@dina.kvl.dk 2004-05-11 02:47 -------
+This bug seems to have reappeared in Mono C# Compiler 0.91.0.0 for
+Generics. A telltale sign of the problem is that the b variable is
+not constant around the loop, which it should be: there are no
+assignments to it. Probably a trivial off-by-one field reference.
+