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=78786 --- shadow/78786 2006-07-19 08:27:43.000000000 -0400 +++ shadow/78786.tmp.24062 2006-07-20 01:17:07.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78786 Product: Mono: Compilers Version: 1.1 OS: GNU/Linux [Other] OS Details: Fedora Core 2 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -135,6 +135,16 @@ bug78786.cs(9,46): Mono.CSharp.FlowBranchingBlock (4,Block - 0 - bug78786.cs(5,49): - Vector (Block,4,[N:N:N:A]-{=}-{1})) bug78786.cs(9,46): Mono.CSharp.FlowBranchingBlock (4,Block - 0 - bug78786.cs(5,49): - Vector (Block,4,[N:N:N:A]-{=}-{=1})) iow, it's resolving the delegate twice in two different hosts. + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-20 01:17 ------- +Thanks for tracking this down Hari, you are correct, that was the +source of the problem. + +The issue was that compatibility assignemtn can be tried first, and if +it succeeds, it would trigger the second conversion. + +I have applied one patch to CVS for this problem, but am not sure +if its the right thing to do. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
