[Mono-bugs] [Bug 74809][Maj] Changed - anonymous methods and iterators are not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 12:14:37 -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 martin@ximian.com.

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

--- shadow/74809	2005-05-03 12:14:01.000000000 -0400
+++ shadow/74809.tmp.31775	2005-05-03 12:14:37.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74809
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,10 @@
                 if (total != 6)
                         return 1;
  
                 return 0;
         }
 }
+
+------- Additional Comments From martin@ximian.com  2005-05-03 12:14 -------
+We are producing some invalid IL if you have an anonymous method
+inside an iterator.