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-12-01 12:43:37.000000000 -0500
+++ shadow/76849.tmp.2733       2005-12-01 22:14:12.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]
@@ -189,6 +189,29 @@
        }
 
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-12-01 12:43 -------
 Fixed in SVN.
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-12-01 22:14 -------
+Enumeration values should be able to refer to other enumeration values
+within the same obsolete enumeration.
+
+This works with CSC.EXE and still fails with mcs:
+
+       using System;
+       using System.Runtime.InteropServices;
+
+       [Obsolete ("Use Errno", true)]
+       public enum Error {
+               EROFS,
+               ERANGE,
+               EANOTHER = ERANGE,
+       }
+
+       class Test {
+               public static void Main ()
+               {
+               }
+       }
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to