[Mono-bugs] [Bug 23413] Changed - Failes to compile code that uses the current Interlocked.Increment function.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Apr 2002 18:43:17 -0000


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 totte@labs2.com.

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

--- shadow/23413	Sun Apr 14 08:20:54 2002
+++ shadow/23413.tmp.19350	Mon Apr 22 14:43:17 2002
@@ -1,14 +1,14 @@
 Bug#: 23413
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Potato
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: totte@labs2.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,16 @@
 in Mono.CSharp.EmitContext:EmitTopBlock ()
 in Mono.CSharp.Method:Emit ()
 in Mono.CSharp.TypeContainer:Emit ()
 in Mono.CSharp.RootContext:EmitCode ()
 in Mono.CSharp.Driver:MainDriver ()
 in Mono.CSharp.Driver:Main ()
+
+------- Additional Comments From totte@labs2.com  2002-04-22 14:43 -------
+Solved by :
+
+2002-04-22  Ravi Pratap  <ravi@ximian.com>
+
+* expression.cs (Argument.Type): Ensure that we return the correct 
+type when we have out or ref parameters [in which case we append 
+a "&"].
+