[Mono-bugs] [Bug 73058][Nor] Changed - int -> pointer conversion should use conv.i instead of conv.u

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Mar 2005 20:07:04 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/73058	2005-02-26 08:20:26.000000000 -0500
+++ shadow/73058.tmp.2902	2005-03-17 20:07:04.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73058
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,9 @@
 	}
 }
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 csc emits conv.i to convert 'i' to a void*, while mcs emits conv.u. This
 means the program prints out a different value on 32 bit and 64 bit machines.
+
+------- Additional Comments From miguel@ximian.com  2005-03-17 20:07 -------
+Thanks for catching this;  It is now fixed