[Mono-bugs] [Bug 47689][Wis] Changed - Need to report CS0516: constructor 'C.C(int)' cannot call itself
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Feb 2004 13:37:53 -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=47689
--- shadow/47689 2004-02-18 22:45:36.000000000 -0500
+++ shadow/47689.tmp.6138 2004-02-19 13:37:53.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 47689
-Product: Mono/Runtime
+Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
-Component: misc
+Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: pumrs@web.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: The runtime should detect stack overflow
+Summary: Need to report CS0516: constructor 'C.C(int)' cannot call itself
Please fill in this template when reporting a bug, unless you know what you are doing.
Description of Problem:
Steps to reproduce the problem:
@@ -117,6 +117,9 @@
------- Additional Comments From gonzalo@ximian.com 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.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-19 13:37 -------
+Thanks for catching this, Gonzalo!