[Mono-bugs] [Bug 77756][Maj] Changed - [GMCS] wrong code generation when using anonymous methods

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 13 19:44:23 EST 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 miguel at ximian.com.

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

--- shadow/77756	2006-03-11 08:51:39.000000000 -0500
+++ shadow/77756.tmp.6382	2006-03-13 19:44:23.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: fedora core 4
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: C#
-AssignedTo: rharinath at novell.com                            
+AssignedTo: miguel at ximian.com                            
 ReportedBy: flipper98 at gmx.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS] wrong code generation when using anonymous methods
@@ -149,6 +149,19 @@
         d2();
     }
 
     private delegate void MyDelegate();
 }
 
+
+------- Additional Comments From miguel at ximian.com  2006-03-13 19:44 -------
+Am looking into this.
+
+The problem seems to be that we have a "host" set when we should not
+have one:
+
+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.


More information about the mono-bugs mailing list