[Mono-bugs] [Bug 70807][Nor] Changed - mcs generates CS0213 (can not fix an already fixed expression) when csc doesn't

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 5 07:29:18 EDT 2005


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 rharinath at novell.com.

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

--- shadow/70807	2004-12-26 00:24:59.000000000 -0500
+++ shadow/70807.tmp.4762	2005-07-05 07:29:18.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: tested on mono 1.05 for GNU/Linux and Windows
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: rharinath at novell.com                            
 ReportedBy: adamm at san.rr.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mcs generates CS0213 (can not fix an already fixed expression) when csc doesn't
@@ -70,6 +70,12 @@
 fixed. However, the pram is really a managed pointer, so the thing it
 points to may or may not be fixed.
 
 The problem is ParameterReference.VerifyFixed. But I don't understand
 the code here. I have no idea what the is_expression has to do with
 anything. Can someone add comments in the source?
+
+------- Additional Comments From rharinath at novell.com  2005-07-05 07:29 -------
+There seems to be strange code all around the 'fixed variable' handling.
+Strange appeals to PINNED and IsValueType for local variables, etc.
+
+I'm working on cleaning it up.


More information about the mono-bugs mailing list