[Mono-bugs] [Bug 76784][Wis] Changed - mjs miscompile switch
statement which contains an assigment as expression.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 21 21:36:09 EST 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 cnataren at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76784
--- shadow/76784 2005-11-21 21:35:23.000000000 -0500
+++ shadow/76784.tmp.31927 2005-11-21 21:36:09.000000000 -0500
@@ -44,6 +44,14 @@
How often does this happen?
Always.
Additional Information:
Mon Nov 21 19:49:46 CST 2005
+
+------- Additional Comments From cnataren at novell.com 2005-11-21 21:36 -------
+The code that reproduces this code:
+
+var se = 0;
+switch (se = 1) {
+}
+
More information about the mono-bugs
mailing list