[Mono-bugs] [Bug 70571][Blo] Changed - mjs generates incorrect code for expressions that involve the creation of a

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 02:30:31 -0500 (EST)


new object followed by a field initialization.
In-Reply-To: <bug-70571@chernobyl.ximian.com>
X-Bugzilla-Product: Mono: Compilers
X-Bugzilla-Component: JScript
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: Blocker
X-Bugzilla-Severity: Unknown
X-Bugzilla-Target-Milestone: ---

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 cesar@ciencias.unam.mx.

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

--- shadow/70571	2004-12-14 22:52:56.000000000 -0500
+++ shadow/70571.tmp.7189	2005-02-22 02:30:31.000000000 -0500
@@ -1,23 +1,24 @@
 Bug#: 70571
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: JScript
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cesar@ciencias.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mjs generates incorrect CIL. 
+Summary: mjs generates incorrect code for expressions that involve the creation of a
+new object followed by a field initialization.
 
 mjs generates incorrect code for expression that involves the creation of a
 new object followed by a field initialization.
 
 1. Test case: See attachment.