[Mono-bugs] [Bug 36025][Nor] Changed - incorrect code when accessing a field in a valuetype instance method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 16:56:20 -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=36025

--- shadow/36025	Sat Dec 21 08:12:04 2002
+++ shadow/36025.tmp.22542	Thu Feb 27 16:56:20 2003
@@ -1,14 +1,14 @@
 Bug#: 36025
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,9 @@
                 return this.re.ToString () + "+" + this.im.ToString () + "i";
         }
         static void Main() {}
 }
 
 The code generated for ToString is incorrect (check with PEVerify).
+
+------- Additional Comments From miguel@ximian.com  2003-02-27 16:56 -------
+This has been fixed as a side effect of another bug fix.