[Mono-bugs] [Bug 75945][Nor] Changed - [PATCH] mcs emits I4 as the default ArraySubType

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 1 10:14:55 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 rharinath at novell.com.

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

--- shadow/75945	2005-08-31 11:44:02.000000000 -0400
+++ shadow/75945.tmp.13491	2005-09-01 10:14:54.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 75945
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: jankit at novell.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs emits I4 as the default ArraySubType
+Summary: [PATCH] mcs emits I4 as the default ArraySubType
 
 test case:
 
     public extern static void marshalAsMethod (
                 [MarshalAs(UnmanagedType.LPArray)] int [] p1);
 
@@ -39,6 +39,19 @@
 Attached is the test case(.cs)
 
 ------- Additional Comments From jankit at novell.com  2005-08-31 09:31 -------
 Created an attachment (id=15666)
 testcase.cs
 
+
+------- Additional Comments From kornelpal at hotmail.com  2005-09-01 05:15 -------
+Created an attachment (id=15671)
+ArraySubType.diff
+
+
+------- Additional Comments From rharinath at novell.com  2005-09-01 10:14 -------
+Applied in SVN r49264.
+
+I had hoped to remove the whole MarshalAsAttribute handling from the
+compiler, since it's the responsibility of SRE.  However, .NET 1.1
+seems to hang on this case.
+


More information about the mono-bugs mailing list