[Mono-bugs] [Bug 40176][Nor] Changed - Error compiling foreach statement

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 23 Mar 2003 18:22:15 -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 yoros@wanadoo.es.

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

--- shadow/40176	Sun Mar 23 18:21:04 2003
+++ shadow/40176.tmp.19017	Sun Mar 23 18:22:15 2003
@@ -21,6 +21,11 @@
     foreach (float f in doubles) { ... }
 
 the values assigned to f are all wrong.
 
 In MS.NET it works wrong too for the same binary. Binaries compiled with
 CSC works on mono and ms.net.
+
+------- Additional Comments From yoros@wanadoo.es  2003-03-23 18:22 -------
+Created an attachment (id=3781)
+Sample code that fails in mono and works in ms.net
+