[Mono-bugs] [Bug 55574][Wis] Changed - We do not emit HideBySig in many places

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Mar 2004 17:56:13 -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=55574

--- shadow/55574	2004-03-14 17:52:29.000000000 -0500
+++ shadow/55574.tmp.15012	2004-03-14 17:56:13.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 55574
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,10 @@
 	public void B () {}
 	public void C () {}
 }
 
 A, B and C will have HideBySig included in their method attributes. When
 compiled with mcs they do not.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-14 17:56 -------
+k, just double checked this. If you run mcs.exe on windows and compile
+this you do *not* have hidebysig. So this is an mcs bug.