[Mono-bugs] [Bug 64812][Nor] Changed - mcs does not detect compilation error...
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 4 May 2005 10:34:08 -0400 (EDT)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64812
--- shadow/64812 2004-12-29 11:11:21.000000000 -0500
+++ shadow/64812.tmp.14496 2005-05-04 10:34:08.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 64812
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details: RH Linux and Windows XP
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: banil@novell.com
QAContact: mono-bugs@ximian.com
@@ -116,6 +116,9 @@
if ((ma == MethodAttributes.Family) || (ma ==
MethodAttributes.FamANDAssem) || (ma == MethodAttributes.FamORAssem)){
I don't understand how we could ever reach test (4) other than when ma
== MethodAttributes.Family, since tests (1) and (2) would have already
filtered out the cases FamANDAssem and FamORAssem.
+
+------- Additional Comments From rharinath@novell.com 2005-05-04 10:34 -------
+Fixed in SVN.