[Mono-bugs] [Bug 34163][Blo] Changed - implicit cast from int to long/ulong considered ambiguous

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Nov 2002 14:03:14 -0000


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@ximian.com.

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

--- shadow/34163	Sun Nov 17 06:33:10 2002
+++ shadow/34163.tmp.20627	Sun Nov 17 09:03:14 2002
@@ -1,14 +1,14 @@
 Bug#: 34163
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Blocker
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,11 @@
 	}
 	static void Main () {
 		B b = new B (1);
 	}
 }
 The program compiles fine with csc, but not with mcs.
+
+------- Additional Comments From martin@ximian.com  2002-11-17 09:03 -------
+
+
+*** This bug has been marked as a duplicate of 34154 ***