[Mono-bugs] [Bug 65352][Maj] Changed - bogus code generated for DllImport with CallingConvention

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 09:39:36 -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 vargaz@freemail.hu.

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

--- shadow/65352	2004-09-04 19:55:54.000000000 -0400
+++ shadow/65352.tmp.6523	2004-09-06 09:39:36.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65352
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -110,6 +110,9 @@
     IL_000e:  ret
 ==== end ====
 
 Note that if 'CallingConvention=blah' is removed from library.cs, then the
 code is generated identically to the csc/dotnet compiled code.  Also, if
 mcs.exe is used on the dotnet runtime, the correct code is generated.
+
+------- Additional Comments From vargaz@freemail.hu  2004-09-06 09:39 -------
+The monodis problem is fixed in CVS.