[Mono-bugs] [Bug 45204][Wis] New - Mono-generator .cctor() has incorrect sig

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 20 Jun 2003 13:04:05 -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 piersh@friskit.com.

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

--- shadow/45204	Fri Jun 20 13:04:05 2003
+++ shadow/45204.tmp.15681	Fri Jun 20 13:04:05 2003
@@ -0,0 +1,27 @@
+Bug#: 45204
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: piersh@friskit.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono-generator .cctor() has incorrect sig
+
+Monodis shows the following signature for mono-generated .cctors:
+
+    .method compilercontrolled static  specialname  rtspecialname
+           default void .cctor()  cil managed
+
+Whereas .NET-generated .cctors have the following sig:
+
+    .method private static  hidebysig  specialname  rtspecialname
+           default void .cctor()  cil managed