[Mono-bugs] [Bug 75691][Nor] Changed - [GMCS] System.Array.ForEach contains invalid IL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 4 07:26:51 EDT 2005


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 at ximian.com.

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

--- shadow/75691	2005-09-06 04:40:02.000000000 -0400
+++ shadow/75691.tmp.15313	2005-10-04 07:26:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75691
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: mono svn
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: nazgul at omega.pl               
 QAContact: mono-bugs at ximian.com
@@ -58,6 +58,9 @@
 complain under .net 2.0 beta2.
 
 ------- Additional Comments From lupus at ximian.com  2005-09-06 04:40 -------
 It works on the ms runtime because what gmcs miscompiles is the
 ForEach method in corlib: for some reason it inserts a pop after the
 call to the Action invoke method which returns void.
+
+------- Additional Comments From martin at ximian.com  2005-10-04 07:26 -------
+Fixed in SVN.


More information about the mono-bugs mailing list