[Mono-bugs] [Bug 81748][Nor] Changed - [GMCS] CS1644 not reported when using ISO-1 langversion
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 27 12:14:31 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81748
--- shadow/81748 2007-05-27 11:37:55.000000000 -0400
+++ shadow/81748.tmp.21377 2007-05-27 12:14:31.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Compilers
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -33,6 +33,21 @@
used because it is not part of the standardized ISO C# language
specification
Actual result:
Successful compilation
+
+------- Additional Comments From robertj at gmx.net 2007-05-27 12:14 -------
+It seems that mcs has a similar problem:
+
+partial class Test
+{
+}
+
+mcs /target:library /langversion:ISO-1 test.cs
+
+Expected result: compiler error (am not sure which one).
+
+Actual result: successful compilation.
+
+
More information about the mono-bugs
mailing list