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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
