[Mono-bugs] [Bug 73046][Nor] Changed - [GMCS]: Doesn't support new enums (defined in 2.0) in (security) attributes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 09:37:40 EDT 2005


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 atsushi at ximian.com.

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

--- shadow/73046	2005-08-23 09:16:27.000000000 -0400
+++ shadow/73046.tmp.28440	2005-08-23 09:37:40.000000000 -0400
@@ -171,6 +171,26 @@
 
 ------- Additional Comments From atsushi at ximian.com  2005-08-23 07:05 -------
 This is not fixed (incorrect dependency).
 
 ------- Additional Comments From martin at ximian.com  2005-08-23 09:16 -------
 Ok, now I'm totally confused - what's the problem here ?
+
+------- Additional Comments From atsushi at ximian.com  2005-08-23 09:37 -------
+Current gmcs output is:
+
+$ gmcs 73046.cs
+73046.cs(7) warning CS0618:
+`System.Security.Permissions.SecurityAction.DemandChoice' is obsolete:
+`to be removed before 2.0 RTM'
+73046.cs(7) error CS0647: Error during emitting
+`System.Security.Permissions.SecurityPermissionAttribute' attribute.
+The reason is `SecurityAction is out of range X'
+73046.cs(8) warning CS0618:
+`System.Security.Permissions.SecurityAction.DemandChoice' is obsolete:
+`to be removed before 2.0 RTM'
+73046.cs(8) error CS0647: Error during emitting
+`System.Security.Permissions.SecurityPermissionAttribute' attribute.
+The reason is `SecurityAction is out of range X'
+Compilation failed: 2 error(s), 2 warnings
+
+I don't know what was the original errors.


More information about the mono-bugs mailing list