[Mono-bugs] [Bug 46723][Nor] Changed - mcs does not allow unfixed & operator to be applied to local struct members

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 25 Jul 2003 06:03:46 -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 martin@ximian.com.

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

--- shadow/46723	Tue Jul 22 15:12:13 2003
+++ shadow/46723.tmp.12313	Fri Jul 25 06:03:46 2003
@@ -1,13 +1,13 @@
 Bug#: 46723
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -37,6 +37,9 @@
 
 According to the C# spec, section 25.3, s.foo is a fixed variable so its
 address can be taken outside a fixed block.
 
 ------- Additional Comments From martin@ximian.com  2003-07-22 15:02 -------
 That one is easy.
+
+------- Additional Comments From martin@ximian.com  2003-07-25 06:03 -------
+Fixed in CVS, I hope I got it right this time.