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=80249 --- shadow/80249 2006-12-13 08:27:29.000000000 -0500 +++ shadow/80249.tmp.14364 2006-12-13 12:32:53.000000000 -0500 @@ -1,22 +1,22 @@ Bug#: 80249 Product: Mono: Compilers Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: -Priority: Normal +Severity: Unknown +Priority: Major Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] Summary: [GMCS] incorrect compilation of foreach Given the following test: using System; using System.Collections; using System.Collections.Generic; @@ -57,6 +57,13 @@ Compiling with gmcs yields a cast exception. This is because gmcs calls the non-generic GetEnumerator() instead of the proper generic implementation that returns KeyValuePair<object, object values. This is a reduced test case from ironpython code. This bug makes a gmcs-compiled ironpython (1.1) unusable. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-13 12:32 ------- +Am going to CC Marek and Martin for good measure, as he has been +looking at some of these bits recently. Marek, do you know what is +going on? + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
