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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 13:06:34 -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 bmaurer@users.sf.net.

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

--- shadow/69918	2004-11-25 13:06:34.000000000 -0500
+++ shadow/69918.tmp.625	2004-11-25 13:06:34.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 69918
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] Foreach doesn't work inside corlib
+
+In s.col.gen.stack, I have:
+
+#if GMCS_FIXED
+				foreach (T t in collection)
+					Push (t);
+#endif