[Mono-bugs] [Bug 72729][Nor] Changed - We allow non-fixed address taking of a ref param

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 5 07:36:40 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=72729

--- shadow/72729	2005-02-18 13:21:01.000000000 -0500
+++ shadow/72729.tmp.4849	2005-07-05 07:36:40.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 72729
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: rharinath at novell.com                            
 ReportedBy: bmaurer at users.sf.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: We allow non-fixed address taking of a ref param
@@ -32,6 +32,10 @@
 	{
 		int* x = &mptr;
 	}
 }
 
 csc says that you must do it in a fixed context.
+
+------- Additional Comments From rharinath at novell.com  2005-07-05 07:36 -------
+This is probably related to the 'fixed variable' cleanup I'm working on.
+


More information about the mono-bugs mailing list