[Mono-bugs] [Bug 79605][Maj] New - [REGRESSION] Iterators produce invalid IL code.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 6 17:03:42 EDT 2006


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 marek.safar at seznam.cz.

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

--- shadow/79605	2006-10-06 17:03:42.000000000 -0400
+++ shadow/79605.tmp.13351	2006-10-06 17:03:42.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 79605
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: martin at ximian.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [REGRESSION] Iterators produce invalid IL code.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Probably because of Martin anonymous method rewrite, iterators stop working.
+
+Steps to reproduce the problem:
+1. Take any of test/test-iter*.*
+2. compile
+3. run under MS.NET environment
+
+Actual Results:
+
+Unhandled Exception: System.InvalidCastException: Specified cast is not valid.
+   at X.Main()
+
+Expected Results:
+
+No exception
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list