[Mono-bugs] [Bug 22116] Changed - mcs doesn't consider correctly return paths in switch statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
21 Mar 2002 07:41:25 -0000
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=22116
--- shadow/22116 Tue Mar 19 04:31:24 2002
+++ shadow/22116.tmp.22244 Thu Mar 21 02:41:25 2002
@@ -1,14 +1,14 @@
Bug#: 22116
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,11 @@
default:
return 1;
}
}
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-03-21 02:41 -------
+Thanks for the bug report. This was one of the major FIXMEs in the
+compiler, I had only implemented a temporary work around, and this
+actually kills two bugs at once.