[Mono-bugs] [Bug 81748][Nor] New - [GMCS] CS1644 not reported when using ISO-1 langversion

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 27 11:37:55 EDT 2007


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 gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=81748

--- shadow/81748	2007-05-27 11:37:55.000000000 -0400
+++ shadow/81748.tmp.21022	2007-05-27 11:37:55.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 81748
+Product: Mono: Compilers
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] CS1644 not reported when using ISO-1 langversion
+
+When usng the ISO-1 langversion (gmcs /langversion:ISO-1), the following 
+code snippet should not be considered valid:
+
+class Program
+{
+  static void Main ()
+  {
+    global::System.Console.WriteLine ("ok");
+  }
+}
+
+Expected result:
+
+test.cs(5,5): error CS1644: Feature 'namespace alias qualifier' cannot be 
+used because it is not part of the standardized ISO C# language 
+specification
+
+Actual result:
+
+Successful compilation


More information about the mono-bugs mailing list