[Mono-bugs] [Bug 77756][Maj] Changed - [ANONYMOUS METHODS] (FIXED) wrong code generation when using anonymous methods

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 14 11:26:07 EDT 2006


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

--- shadow/77756	2006-09-14 11:24:11.000000000 -0400
+++ shadow/77756.tmp.19336	2006-09-14 11:26:07.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin at ximian.com                            
 ReportedBy: flipper98 at gmx.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [ANONYMOUS METHODS] wrong code generation when using anonymous methods
+Summary: [ANONYMOUS METHODS] (FIXED) wrong code generation when using anonymous methods
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
 gmcs generates wrong code in certain scenarios where anonymous methods are
@@ -162,6 +162,9 @@
 Host=/tmp/yu.cs(15,17): am=/tmp/yu.cs(25,17):
 
 Thats inside AddLocal.
 
 What this does is it makes the methods share the same variable
 definition (s), but that is wrong.
+
+------- Additional Comments From martin at ximian.com  2006-09-14 11:26 -------
+PEVerifies ok


More information about the mono-bugs mailing list