[Mono-bugs] [Bug 63842][Maj] Changed - mcs sometimes generates incorrect IL-code using declarations after goto
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Nov 2004 14:12:47 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63842
--- shadow/63842 2004-10-27 22:50:25.000000000 -0400
+++ shadow/63842.tmp.2262 2004-11-07 14:12:47.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: C#
-AssignedTo: ravi@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: priewasser@gmx.at
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: mcs sometimes generates incorrect IL-code using declarations after goto
@@ -54,6 +54,9 @@
------- Additional Comments From ravi@ximian.com 2004-10-27 22:50 -------
Martin, can I have your comments on this please ? I think it would be
best for you to tackle this bug since it is in flow branching code.
Why do we need implicit blocks anyway ?
+
+------- Additional Comments From ravi@ximian.com 2004-11-07 14:12 -------
+Martin said he would take care of this