[Mono-bugs] [Bug 69614][Nor] Changed - mcs crash when using anonymous delegate

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 13:26:07 -0400 (EDT)


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

--- shadow/69614	2005-05-03 12:18:20.000000000 -0400
+++ shadow/69614.tmp.32430	2005-05-03 13:26:07.000000000 -0400
@@ -148,6 +148,10 @@
 methods is producing incorrect code (the crash is gone, the output is
 just useless).
 
 ------- Additional Comments From martin@ximian.com  2005-05-03 12:18 -------
 Everything except the very last test case in this bug is now working.
 I added a-foreach.cs for the foreach issue.
+
+------- Additional Comments From martin@ximian.com  2005-05-03 13:26 -------
+The last test case also fails with while() and for(), so this is not a
+foreach() issue.