[Mono-bugs] [Bug 80249][Maj] Changed - [GMCS] incorrect compilation of foreach

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 13 12:32:53 EST 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 miguel at ximian.com.

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: rharinath at novell.com                            
 ReportedBy: lupus at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
+Cc: marek.safar at seznam.cz,martin at ximian.com
 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 miguel at ximian.com  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?
+
+


More information about the mono-bugs mailing list