[Mono-bugs] [Bug 55971][Nor] Changed - [PATCH] mcs fails to create custom attributes with fields which have array type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 15:35:00 -0500 (EST)


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=55971

--- shadow/55971	2004-03-24 15:31:30.000000000 -0500
+++ shadow/55971.tmp.32302	2004-03-24 15:35:00.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs fails to create custom attributes with fields which have array type
+Summary: [PATCH] mcs fails to create custom attributes with fields which have array type
 
 Testcase:
 
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 using System;
@@ -58,6 +58,13 @@
 while csc compiles it fine.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-24 15:31 -------
 Created an attachment (id=7085)
 Patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-24 15:35 -------
+This patch fixes the MCS side of the issue. If I run mcs on the MS.NET
+runtime, everything works fine.
+
+However, there is a bug in the runtime that prevents this from working
+correctly when mcs is run on linux.