[Mono-bugs] [Bug 75934][Nor] Changed - mcs generates duplicate field names for iterator code

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 30 06:36:05 EDT 2005


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 rharinath at novell.com.

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

--- shadow/75934	2005-08-30 06:34:47.000000000 -0400
+++ shadow/75934.tmp.24539	2005-08-30 06:36:05.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 75934
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: jankit at novell.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs generates duplicate field names for iterator code
+Summary: mcs generates duplicate field names for iterator code
 
 test case:
 
 using System;
 using System.Collections;
 
@@ -74,6 +74,15 @@
 
 
 ------- Additional Comments From rharinath at novell.com  2005-08-30 06:34 -------
 Created an attachment (id=15656)
 Proposed fix
 
+
+------- Additional Comments From rharinath at novell.com  2005-08-30 06:36 -------
+Here's the output after the proposed fix:
+
+    .field  assembly   int32 '<p:x>'
+    .field  assembly   int32 '<1:i>'
+    .field  assembly   int32 '<2:o>'
+    .field  assembly   int32 '<3:o>'
+


More information about the mono-bugs mailing list