[Mono-bugs] [Bug 69918][Maj] Changed - [GMCS] Foreach doesn't work inside corlib

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 16:06:03 -0500 (EST)


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=69918

--- shadow/69918	2004-11-25 13:06:34.000000000 -0500
+++ shadow/69918.tmp.3327	2004-11-25 16:06:03.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69918
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,9 @@
 In s.col.gen.stack, I have:
 
 #if GMCS_FIXED
 				foreach (T t in collection)
 					Push (t);
 #endif
+
+------- Additional Comments From martin@ximian.com  2004-11-25 16:06 -------
+Fixed in SVN.