[Mono-bugs] [Bug 54987][Nor] Changed - MCS incorrectly handles "null" in switch() statement
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Mar 2004 19:19:16 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54987
--- shadow/54987 2004-03-11 12:16:53.000000000 -0500
+++ shadow/54987.tmp.11785 2004-03-11 19:19:16.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54987
Product: Mono: Compilers
Version: unspecified
OS: Fedora 1.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaak@zd.com.pl
QAContact: mono-bugs@ximian.com
@@ -75,6 +75,9 @@
label at the bottom of the list will fail.
I *think* the problem is in mcs/statement.cs, in the TableSwitchEmit
function. I suspect that lblDefault is not getting it's value
properly. I might throw a sack of print statements at the problem
tomorrow.
+
+------- Additional Comments From miguel@ximian.com 2004-03-11 19:19 -------
+Fixed on CVS.