[Mono-bugs] [Bug 60333][Nor] Changed - mcs reports error CS0182 when casting a constant value in attribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 10:30:57 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60333
--- shadow/60333 2004-06-17 03:07:19.000000000 -0400
+++ shadow/60333.tmp.32134 2004-06-17 10:30:57.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 60333
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs reports error CS0182 when casting a constant value in attribute
@@ -26,6 +26,12 @@
{
int Next ([MarshalAs (UnmanagedType.LPArray, ArraySubType =
(UnmanagedType) 80, SizeParamIndex = 0)] int[] rgelt);
}
This compiles fine using csc.
+
+------- Additional Comments From miguel@ximian.com 2004-06-17 10:30 -------
+This blocks the corlib build when we try to make it fully signature
+compatible.
+
+Am assigning to Martin.