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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: [GMCS] wrong code generation when using anonymous methods @@ -149,6 +149,19 @@ d2(); } private delegate void MyDelegate(); } + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
