[Mono-bugs] [Bug 64435][Nor] Changed - S.R.E creates custom attribute blobs that differ from .NET/csc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 10:00:07 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=64435
--- shadow/64435 2004-08-29 02:19:01.000000000 -0400
+++ shadow/64435.tmp.12236 2004-08-29 10:00:07.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 64435
-Product: Mono: Compilers
+Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: C#
+Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs creates custom attribute blobs that differ from .NET/csc
+Summary: S.R.E creates custom attribute blobs that differ from .NET/csc
Description of Problem:
When a custom attribute contains a field (or property) whose type is
object[], mcs emits a slightly different blob from csc on .NET (both Rotor
and 2.0 Beta). (An object[] would be used when the field should contain an
@@ -97,6 +97,11 @@
public class Testing
{
public static void Main()
{
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 10:00 -------
+If I run mcs on the .NET fx, I get the same byte sequence as with csc.
+So this is a problem in S.R.E. This part of S.R.E is in unmanaged
+code. --> runtime