[Mono-bugs] [Bug 32253][Nor] Changed - MCS uses ldsflda for read-only instance fields

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Oct 2002 20:18:40 -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 miguel@ximian.com.

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

--- shadow/32253	Mon Oct 14 06:51:50 2002
+++ shadow/32253.tmp.3138	Sat Oct 19 16:18:40 2002
@@ -1,14 +1,14 @@
 Bug#: 32253
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,9 @@
 		X x = new X ();
 	}
 }
 =====
 
 MCS incorrectly uses ldsflda for the `a.Foo', but only if `a' is readonly.
+
+------- Additional Comments From miguel@ximian.com  2002-10-19 16:18 -------
+Bug fixed.