[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:39:56 -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-18 16:37:44.000000000 -0500
+++ shadow/54552.tmp.6189	2004-02-19 13:39:56.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 54552
-Product: Mono/Runtime
+Product: Mono/Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: DUPLICATE
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joe@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Looping constructor kills the runtime
+Summary: CS0516: constructor 'C.C(int)' cannot call itself
 
 I'm not sure if this is also a compiler bug or not.
 
 It's possible to create a looping constructor doing something like this:
 
 Foo (string bar) : this (bar) { }
@@ -35,6 +35,9 @@
 
 
 ------- Additional Comments From vargaz@freemail.hu  2004-02-18 16:37 -------
 
 
 *** 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