[Mono-bugs] [Bug 23914] New - mcs uses wrong method flags on Finalize

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Apr 2002 17:35:05 -0000


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 lupus@ximian.com.

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

--- shadow/23914	Fri Apr 26 13:35:05 2002
+++ shadow/23914.tmp.19647	Fri Apr 26 13:35:05 2002
@@ -0,0 +1,25 @@
+Bug#: 23914
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs uses wrong method flags on Finalize
+
+csc sets the following flags on destructors:
+ family virtual  hidebysig
+mcs instead sets:
+ private
+
+This makes program compiled with mcs not honour the destructor
+(PEVerify doesn't complain either).