[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
Tue, 22 Jul 2003 15:02: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 11:51:22 2003
+++ shadow/46723.tmp.26130	Tue Jul 22 15:02:46 2003
@@ -2,16 +2,16 @@
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mcs does not allow unfixed & operator to be applied to local struct members
@@ -34,6 +34,9 @@
 It prints the following error message:
 bug-mcs-fixed.cs(9) error CS0212: You can only take the address of an
 unfixed expression inside of a fixed statement initializer
 
 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.