[Mono-bugs] [Bug 38908][Nor] Changed - incorrect code generated for assignment of field of nested struct

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 1 Apr 2003 18:33: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=38908

--- shadow/38908	Fri Feb 28 14:32:51 2003
+++ shadow/38908.tmp.31974	Tue Apr  1 18:33:04 2003
@@ -1,14 +1,14 @@
 Bug#: 38908
 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: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,11 @@
 	}
 }
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 
 csc generates ldflda+ldflda, while mcs generates ldfld+ldflda which is
 wrong.
+
+------- Additional Comments From miguel@ximian.com  2003-04-01 18:33 -------
+Thanks for spotting this bug.
+
+Fixed on CVS