[Mono-bugs] [Bug 55148][Cri] Changed - Duplicate constructors getting compiled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 13:50:37 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55148
--- shadow/55148 2004-03-04 00:11:08.000000000 -0500
+++ shadow/55148.tmp.27212 2004-03-04 13:50:37.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: gsanjay@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Duplicate constructors getting compiled
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
MCS compiler doesnot flags an error while compiling a library with two
@@ -52,6 +51,14 @@
class T {
T () {}
T () {}
static void Main () {}
}
+
+------- Additional Comments From miguel@ximian.com 2004-03-04 13:50 -------
+Ben, this sounds like a recently introduced regression; Could you
+verify if your code touched on this?
+
+You also have been looking at this code recently, so you might be able
+to help us.
+