[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 14:48:17 -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 danw@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64812
--- shadow/64812 2005-05-04 10:34:08.000000000 -0400
+++ shadow/64812.tmp.16432 2005-05-04 14:48:17.000000000 -0400
@@ -1,21 +1,22 @@
Bug#: 64812
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details: RH Linux and Windows XP
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: banil@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc: banil@novell.com,danw@novell.com
Summary: mcs does not detect compilation error...
Description of Problem:
Following test program compiles with mcs but appropriate compilation error
are given by csc on .NET. Line numbers are given for reference. See
Additional Information for details on version of mcs, csc, etc...
@@ -119,6 +120,11 @@
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.
+
+------- Additional Comments From danw@novell.com 2005-05-04 14:48 -------
+This is not completely fixed. It still treats "protected internal"
+as "public".
+