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 [EMAIL PROTECTED]

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

--- shadow/76849        2005-11-30 10:32:25.000000000 -0500
+++ shadow/76849.tmp.20832      2005-11-30 13:22:45.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76849
 Product: Mono: Compilers
 Version: 1.1
 OS: other
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -71,6 +71,33 @@
 
 Microsoft CSC.EXE v1.1 compiles the above code without error.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-11-30 10:32 -------
 Please update to the latest [g]mcs version. The issue was already
 fixed some time ago.
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-11-30 13:22 -------
+Here's a better test case which fails with the current mcs and still
+works with Microsoft CSC.EXE:
+
+       using System;
+
+       [Obsolete ("Use Errno", true)]
+       public enum Error {
+               EROFS,
+               ERANGE
+       }
+
+       public sealed class UnixMarshal {
+               [Obsolete ("Use Errno", true)]
+               public static string GetDescription (Error e)
+               {
+                       return null;
+               }
+       }
+
+       class Test {
+               public static void Main ()
+               {
+               }
+       }
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to