[Mono-bugs] [Bug 51446][Maj] Changed - MCS produces bad code for foreach keyword
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Nov 2003 15:41:54 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=51446
--- shadow/51446 2003-11-27 13:21:56.000000000 -0500
+++ shadow/51446.tmp.30337 2003-11-27 15:41:53.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 51446
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: m.canini@libero.it
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: MCS produces bad code for foreach keyword
@@ -45,6 +45,13 @@
Additional Information:
------- Additional Comments From m.canini@libero.it 2003-11-27 13:21 -------
Created an attachment (id=6025)
code
+
+------- Additional Comments From bmaurer@users.sf.net 2003-11-27 15:41 -------
+The requirements here are pretty clearly defined in 15.8.4: The
+foreach statement. We are obviously not following these rules.
+
+I want to see if i can do this patch (as a challenge) so i am
+assigning it to myself.