[Mono-bugs] [Bug 67520][Nor] Changed - MCS in cvs HEAD can't compile MD

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Oct 2004 03:34:12 -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=67520

--- shadow/67520	2004-10-06 03:29:05.000000000 -0400
+++ shadow/67520.tmp.1276	2004-10-06 03:34:12.000000000 -0400
@@ -56,6 +56,23 @@
 
 
 ------- Additional Comments From rharinath@novell.com  2004-10-06 03:29 -------
 Created an attachment (id=12101)
 reduced testcase (part 2)
 
+
+------- Additional Comments From rharinath@novell.com  2004-10-06 03:34 -------
+I've attached a reduced testcase that I think captures the reason for
+the failure.  Compiling the two attached testcases with Microsoft CSC
+gives:
+
+  bug67520-exe.cs(9,4): error CS0118: 'A.B' denotes a 'namespace'
+where a 'class' was expected
+
+MCS 1.0.x compiles it fine.  Current CVS head complains with
+
+  bug67520-exe.cs(9) error CS0246: Cannot find type 'B'
+
+So, essentially, we need to improve the error message.
+
+Otherwise, NOTABUG.
+