[Mono-bugs] [Bug 54552][Nor] Changed - CS0516: constructor 'C.C(int)' cannot call itself

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Feb 2004 13:41:15 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/54552	2004-02-19 13:39:56.000000000 -0500
+++ shadow/54552.tmp.6220	2004-02-19 13:41:15.000000000 -0500
@@ -38,6 +38,17 @@
 
 
 *** This bug has been marked as a duplicate of 47689 ***
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-02-19 13:39 -------
 moving to compilers, the right bug this time
+
+------- Additional Comments From bmaurer@users.sf.net  2004-02-19 13:41 -------
+from bug 47689:
+
+------- Additional Comments From Gonzalo Paniagua Javier 2004-02-18 
+22:45 -------
+Notice that csc does NOT compile the code in bug 54552. It says
+something like:
+CS0516: constructor 'C.C(int)' cannot call itself
+
+so there's a bug in the compiler too