[Mono-bugs] [Bug 77614][Maj] New - Compiler bug -- doesnt recognize difference between methods

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 21 12:59:16 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 ehourigan at fnfr.com.

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

--- shadow/77614	2006-02-21 12:59:16.000000000 -0500
+++ shadow/77614.tmp.11657	2006-02-21 12:59:16.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 77614
+Product: Mono: Compilers
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: ehourigan at fnfr.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compiler bug -- doesnt recognize difference between methods
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Compiler bug:  Doesn't recognize the difference between implemented method
+in derived List<T> class versus derived object class
+
+
+Steps to reproduce the problem:
+1. Compile the attached files
+2. 
+3. 
+
+Actual Results:
+XDocument.cs(24,13): error CS0121: The call is ambiguous between the
+following methods or properties: `MonoBug.XObject.XMethod(string, bool)'
+and `MonoBug.XList<MonoBug.XDerivedObject>.XMethod<>(string, bool)'
+XObject.cs(13,30):: `MonoBug.XObject.XMethod(string, bool)', name of symbol
+related to previous error
+XList.cs(13,30):: `MonoBug.XList<T>.XMethod(string, bool)', name of symbol
+related to previous error
+Compilation failed: 1 error(s), 0 warnings
+
+Expected Results:
+
+
+How often does this happen? 
+Every time
+
+Additional Information:


More information about the mono-bugs mailing list